Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Allow script to work on Ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
Allow script to work on Ubuntu 22.04 LTS
  • Loading branch information
timotheosh authored Sep 23, 2022
1 parent 97641be commit eaa1090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-zfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ USERDATA/%P mountpoint=/home/%P canmount=on com.ubuntu.zsys:b
'
c_zfs_mount_dir=/mnt
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 22.04" [UbuntuServer]="18.04 20.04 22.04" [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_passphrase_named_pipe=$(dirname "$(mktemp)")/zfs-installer.pp.fifo
c_dns=8.8.8.8
Expand Down

0 comments on commit eaa1090

Please sign in to comment.