Commit Graph

8 Commits

Author SHA1 Message Date
Zach Dykstra 5c9c0b463b Release 0.8.1 2020-01-19 15:31:59 -06:00
Zach Dykstra 01b504f107 Usability fixes
- Add the ability to automatically mount/unmount an EFI or syslinux
  partition before generating any files.

- Change execute to return an array, with the status code as the final
  array item.

- Add a fix for petitboots brainded syslinux.cfg parser. Any kernels
  ending in .0 are stripped - so v0.x.0 releases are 'broken'. Appends
  _1 to all versions to work around this behavior.

- Merges in kernel version sorting via Sort::Versions
2020-01-19 15:10:59 -06:00
Zach Dykstra 7586dfb8d4 Make syslinux use built components 2020-01-18 22:13:59 -06:00
Zach Dykstra 73776c277d Fix small issue with default config.ini 2020-01-07 21:51:00 -06:00
Zach Dykstra 09b1833297 Initial support for syslinux 2019-12-31 20:54:11 -06:00
Zach Dykstra 8707518746 Create generate-zbm which can be used to manage the lifecycle of the
initramfs, kernel and combined EFI image needed to boot a system.

This script is considered beta, ensure you have backups of the files in
your ESP before using it.

Remove old void packages
2019-12-19 18:53:01 -06:00
Zach Dykstra 5c2bfb7041 Default to host-only initramfs creation 2019-12-10 11:19:13 -06:00
Zach Dykstra b7b9119395 Include etc directory layout for packaging needs 2019-12-08 22:09:56 -06:00