29 Commits
v1.3 ... newzfs

Author SHA1 Message Date
terem42
97a3d0e9b7 deb pkg location update 2023-04-24 21:58:47 +02:00
terem42
ef1663b751 update 2023-04-22 00:05:30 +02:00
terem42
406db2457c update ifup 2023-04-21 22:29:21 +02:00
terem42
af26f6a988 update ifup interfaces 2023-04-21 22:26:52 +02:00
terem42
b0cd9a02ae updated static route 2023-04-21 21:21:32 +02:00
terem42
bd79e57f58 revert kernel update 2023-04-21 21:18:46 +02:00
terem42
71f8b0ed5d update 2023-04-21 21:11:24 +02:00
terem42
8dc0acdfe8 update 2023-04-21 21:01:58 +02:00
terem42
b5e171465a update 2023-04-21 19:05:14 +02:00
terem42
30c60aa9f8 update 2023-04-21 18:39:05 +02:00
terem42
42d9cbc56f update 2023-04-21 18:18:10 +02:00
terem42
34239946e1 update 22 2023-04-21 17:45:13 +02:00
terem42
ead54aa98b updated 2023-04-21 16:34:07 +02:00
terem42
0aec89b9fc updated 2023-04-21 16:02:25 +02:00
terem42
800ed46e9c added 22 LTS 2023-04-21 15:54:50 +02:00
terem42
e3e3dd574e updated 2023-04-21 15:19:30 +02:00
terem42
aab174fdcf updated 2023-04-21 14:39:29 +02:00
terem42
9e2fcc5149 updated debian10 2023-04-21 13:47:41 +02:00
terem42
fe173632ed updated scripts 2023-04-21 12:38:26 +02:00
terem42
ae9ad231b5 updated scripts 2023-04-21 12:18:42 +02:00
terem42
801191b7fc updated debian10 setup script 2023-04-21 11:52:09 +02:00
terem42
1108d03fe2 deleted back path password auth 2023-04-21 10:59:02 +02:00
terem42
104e0f586d added path password auth 2023-04-21 10:00:39 +02:00
terem42
2e4c8d3a32 update source repo for installing zfs from backports 2023-04-21 08:34:07 +02:00
terem42
ff826c5142 Update hetzner-debian11-zfs-setup.sh 2023-04-20 23:32:05 +02:00
terem42
679c6b5906 Update hetzner-debian11-zfs-setup.sh 2023-04-20 23:10:22 +02:00
terem42
be2279f8b9 revert changes 2023-04-20 22:29:19 +02:00
terem42
de76b08963 updated deps 2023-04-19 11:27:02 +02:00
terem42
3d62faf29f deleted kernel removal 2023-04-19 10:41:32 +02:00

View File

@@ -35,8 +35,8 @@ v_zfs_experimental=
v_suitable_disks=() v_suitable_disks=()
# Constants # Constants
c_deb_packages_repo=https://mirror.hetzner.com/debian/packages c_deb_packages_repo=http://deb.debian.org/debian
c_deb_security_repo=https://mirror.hetzner.com/debian/security c_deb_security_repo=http://deb.debian.org/debian-security
c_default_zfs_arc_max_mb=250 c_default_zfs_arc_max_mb=250
c_default_bpool_tweaks="-o ashift=12 -O compression=lz4" c_default_bpool_tweaks="-o ashift=12 -O compression=lz4"