Allow Ubuntu Server 21.10

This commit is contained in:
Olivier 'reivilibre' 2022-03-21 20:25:21 +00:00
parent f602cbbaad
commit 622e6f5a03
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ USERDATA/%P mountpoint=/home/%P canmount=on com.ubuntu.zsys:b
' '
c_zfs_mount_dir=/mnt c_zfs_mount_dir=/mnt
c_installed_os_mount_dir=/target c_installed_os_mount_dir=/target
declare -A c_supported_linux_distributions=([Debian]="10 11" [Ubuntu]="18.04 20.04" [UbuntuServer]="18.04 20.04" [LinuxMint]="19.1 19.2 19.3" [Linuxmint]="20 20.1" [elementary]=5.1) declare -A c_supported_linux_distributions=([Debian]="10 11" [Ubuntu]="18.04 20.04" [UbuntuServer]="18.04 20.04 21.10" [LinuxMint]="19.1 19.2 19.3" [Linuxmint]="20 20.1" [elementary]=5.1)
c_temporary_volume_size=12 # gigabytes; large enough - Debian, for example, takes ~8 GiB. c_temporary_volume_size=12 # gigabytes; large enough - Debian, for example, takes ~8 GiB.
c_passphrase_named_pipe=$(dirname "$(mktemp)")/zfs-installer.pp.fifo c_passphrase_named_pipe=$(dirname "$(mktemp)")/zfs-installer.pp.fifo
c_dns=8.8.8.8 c_dns=8.8.8.8