Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prabirshrestha/simple-ubuntu-installer

simple encrypted zfs ubuntu installer
https://github.com/prabirshrestha/simple-ubuntu-installer

Last synced: 27 days ago
JSON representation

simple encrypted zfs ubuntu installer

Awesome Lists containing this project

README

        

# simple-ubuntu-installer

Script to install ubuntu with ZFS root.

## Installing

* 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
bash <(curl -sL https://bit.ly/simple-ubuntu-installer)
```

## Installing from Source

```bash
ssh-copy-id -i ~/.ssh/id_ed25519 user@host
scp simple-ubuntu-installer user@host:/
```

## Features

* ZFS root pool using [ZFSBootMenu](https://github.com/zbm-dev/zfsbootmenu).
* Legacy BIOS using [Syslinux](https://wiki.syslinux.org/wiki/index.php?title=The_Syslinux_Project) or UEFI using [refind](https://www.rodsbooks.com/refind/).
* Optional [native ZFS encryption](https://openzfs.org/wiki/ZFS-Native_Encryption).
* Optional remote ZFS encryption unlock using [dracut-crypt-ssh](https://github.com/dracut-crypt-ssh/dracut-crypt-ssh).

## LICENSE

MIT