Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from 64kramsystem:master #16

Merged
merged 3 commits into from
Sep 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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