Merge pull request #216 from saveriomiroddi/restore_ubuntu_server_support

Restore Ubuntu Server support
This commit is contained in:
Saverio Miroddi 2021-06-14 17:18:15 +02:00 committed by GitHub
commit b89d85d9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -74,10 +74,10 @@ then follow the instructions; halfway through the procedure, the GUI installer o
### Ubuntu Server
Ubuntu Server requires a slightly different execution procedure, and the version 0.3.x of the script (the [new procedure](https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2020.04%20Root%20on%20ZFS.html) doesn't directly support Ubuntu Server):
Ubuntu Server requires a slightly different execution procedure:
- when the installer welcome screen shows up, tap `Ctrl+Alt+F2`,
- then type `curl -L https://git.io/JGjA6 | sudo bash`.
- then type `curl -L https://git.io/JelI5 | sudo bash`.
then follow the instructions.

View File

@ -118,7 +118,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=([Ubuntu]="18.04 20.04" [LinuxMint]="19.1 19.2 19.3" [Linuxmint]="20 20.1" [elementary]=5.1)
declare -A c_supported_linux_distributions=([Ubuntu]="18.04 20.04" [UbuntuServer]="18.04 20.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