Skip to content

ZFSBootMenu 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zdykstra zdykstra released this 09 Dec 04:25
· 957 commits to master since this release

This release includes the following:

  • Include documentation on how to use ZFSBootMenu on a system with native encryption.
  • Add the ability to prefer a specific kernel version via org.zfsbootmenu:kernel set on a filesystem. Refer to 17302b7 for additional details.
  • Split out functions into zfsbootmenu-lib.sh, with some degree of documentation
  • Modify clone snapshot functionality to clone the snapshot and then discover all kernels present in it. After cloning a specific snapshot, you can now access it from the main BE menu and boot any kernel, or the one set by org.zfsbootmenu:kernel at the time the snapshot was taken.
  • Fix a small syntax error when handling no pools being imported
  • Add supporting files for xbps packaging
  • Switch pools to readonly on import, for additional safety
  • No longer export a pool before kexec - saving us some number of seconds on boot.
  • Do not sanity check memory in kexec for faster booting