Releases: clearlinux/clr-boot-manager
Releases · clearlinux/clr-boot-manager
v3.3.1
What's Changed
- Prevent segfault in boot_manager_set_default_kernel by @bwarden in #260
- Avoid segfault when user-specified initrd is a symlink to /dev/null by @bwarden in #261
- Require root for
get-timeout
by @silkeh in #259 - Fix LUKS glob order by @silkeh in #240
- shim-systemd: Install & update the Mok Management executable on the ESP by @joebonrichie in #254
- shim-systemd: Don't hardcode vendor name by @joebonrichie in #258
New Contributors
- @joebonrichie made their first contribution in #254
Full Changelog: v3.3.0...v3.3.1
v3.3.0 Release
- Add ability to remove installed kernels
v3.2.12 Release
- Add microcode early loading (ucode when given will be loaded first, see man page for details)
v3.2.11 Release
- Fix issue with legacy BIOS (and other systems where /dev/root is the device /proc/mounts has for the rootfs) causing crashes and update failures.
Various fixes
Merge pull request #246 from paulcarroty/patch-1 bring tests back to life
v3.2.9 release
This release adds support for software RAID root device.
v3.2.8 release
This release fixes an issue with systemd 245 bootloader configuration compatibility.
v3.2.7 release
This release brings more improvements to legacy bios support:
- Fixed
set-kernel
for legacy bios mode - the configuration files wasn't being created, resulting on unbootable system - Fix
list-kernels
for legacy bios mode - default kernel wasn't being marked as default - Cleaned up the syslinux/extlinux removing a ton of code duplication
v3.2.6 release
This release includes legacy boot fixes.