Revert "Disable Ubuntu Server on mainline, and update README accordingly"
This reverts commit 4d18dc14a6
.
This commit is contained in:
parent
ad14781680
commit
373d9cfc1b
@ -74,10 +74,10 @@ then follow the instructions; halfway through the procedure, the GUI installer o
|
|||||||
|
|
||||||
### Ubuntu Server
|
### 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`,
|
- 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.
|
then follow the instructions.
|
||||||
|
|
||||||
|
@ -118,7 +118,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=([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_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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user