Script to install ubuntu with ZFS root.
- Boot into Ubuntu or Debian Installer terminal.
Ctrl+Alt+F2
can be used to switch to tty. - Connect to the internet.
- Run the following command to start the installer.
bash <(curl -sL https://bit.ly/simple-ubuntu-installer)
ssh-copy-id -i ~/.ssh/id_ed25519 user@host
scp simple-ubuntu-installer user@host:/
- ZFS root pool using ZFSBootMenu.
- Legacy BIOS using Syslinux or UEFI using refind.
- Optional native ZFS encryption.
- Optional remote ZFS encryption unlock using dracut-crypt-ssh.
MIT