The goal is to provide an easy installation routine to setup a new machine with zfsbootmenu.
- Start a Debian or Fedora live system from an iso image
sudo -i
git clone https://github.com/soupdiver/zbm-easy-install
python3 cli.py --boot-disk /dev/BOOTDISK --boot-partition 1 --pool-disk /dev/POOLDISK --pool-partition 2 --hostname foohost --os debian --root-password "12"
- You can use the same disk for boot and pool or different ones. Make sure to set the partition arguments accordingly
- At the moment the used disks will be wiped and the zpool will use the entire disk.
- Debian installations come up with no network configured.
- Support more distributions
- Support more advanced disk layouts
- Support more initial os configuration