Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prabirshrestha/simple-ubuntu-installer
- Owner: prabirshrestha
- Created: 2022-03-02T01:33:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T17:29:44.000Z (12 months ago)
- Last Synced: 2024-10-02T17:34:56.675Z (about 1 month ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 25
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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