I was just wondering if there is any interest in an updated installer.
For my own use, I’ve tossed together a drop-in replacement for the “install-get-partition” script (with a few edits elsewhere), that provides:
- Provides a bit more “modern” experience by using whiptail dialogs, progress bars, etc.
- RAID1/10/5/6/etc support
- ZFS support with stripe, mirrors, RAIDz1/2/3. Yeah, pretty much completely unnecessary for VyOS, but it was only a few more lines of script.
- MBR/GPT Support
- EFI Support. This was my main interest, and why I started using whiptail; to make it easy to navigate a few choices. It works, but requires manually booting an EFI shell the first time because the default ISO that gets built doesn’t support EFI. That means no grub access to the EFI variables until a reboot. Also means it wouldn’t work on an EFI-only system. To fully make it work out-of-box would require a few more changes to the image as a whole.
I have no idea if this would even be on the roadmap or a priority, but I thought at the very least the first two items might be something someone might be interested in.