From eaa1090429e47decfa851a020104e7f084cc4b22 Mon Sep 17 00:00:00 2001 From: Tim Hawes Date: Fri, 23 Sep 2022 13:52:44 -0400 Subject: [PATCH 1/2] Allow script to work on Ubuntu 22.04 LTS Allow script to work on Ubuntu 22.04 LTS --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index ac7ce09..a69a71d 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -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 From 7a530951296019812ca934341e9c5784e5702c74 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Thu, 29 Sep 2022 12:43:41 +0200 Subject: [PATCH 2/2] Update README, with support for Ubuntu Desktop/Server 22.04 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8efb808..1071c1e 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ Supported distros may or may not work; I only guarantee support for Ubuntu Deskt The program currently supports: -- Ubuntu Desktop 18.04.x/20.04 Live (reported to be working also on 22.04) -- Ubuntu Server 18.04.x/20.04 Live +- Ubuntu Desktop 18.04.x/20.04/22.04 Live +- Ubuntu Server 18.04.x/20.04/22.04 Live - Linux Mint 19.x, 20 - Debian 10.x/11.x Live (desktop environment required) - ElementaryOS 5.1