From bada15b17131d19a4f7ba9882f34d3880a23111a Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Tue, 10 Nov 2020 18:26:49 +0100 Subject: [PATCH] Increase boot pool default size Size increases quite quickly, so for advanced users, a more generous size (2048M) is appropriate. --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 06f4d82..bbaf18c 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -47,7 +47,7 @@ v_suitable_disks=() # (/dev/by-id/disk_id, ...); scope: find_suitable_d # specific to it. c_efi_system_partition_size=512M -c_default_boot_partition_size=768M # while 512M are enough for a few kernels, the Ubuntu updater complains after a couple +c_default_boot_partition_size=2048M c_default_bpool_tweaks="-o ashift=12" c_default_rpool_tweaks="-o ashift=12 -O acltype=posixacl -O compression=lz4 -O dnodesize=auto -O relatime=on -O xattr=sa -O normalization=formD" c_zfs_mount_dir=/mnt