Increase boot partition (pool) size to 768M
While 512M are enough for a few kernels, the Ubuntu updater complains after a couple.
This commit is contained in:
parent
f134e1a59e
commit
5c0a516075
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user