From 5c0a516075293c87bee58dc67235e176152492df Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Thu, 9 Apr 2020 12:19:07 +0200 Subject: [PATCH] Increase boot partition (pool) size to 768M While 512M are enough for a few kernels, the Ubuntu updater complains after a couple. --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 4b3777e..49f493a 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -41,7 +41,7 @@ c_zfs_mount_dir=/mnt c_installed_os_data_mount_dir=/target c_unpacked_subiquity_dir=/tmp/ubiquity_snap_files declare -A c_supported_linux_distributions=([Debian]=10 [Ubuntu]=18.04 [UbuntuServer]=18.04 [LinuxMint]=19 [elementary]=5.1) -c_boot_partition_size=512M +c_boot_partition_size=768M # while 512M are enough for a few kernels, the Ubuntu updater complains after a couple c_temporary_volume_size=12G # large enough; Debian, for example, takes ~8 GiB. c_log_dir=$(dirname "$(mktemp)")/zfs-installer