Skip to content

Releases: clearlinux/clr-boot-manager

v3.3.1

11 Oct 22:32
Compare
Choose a tag to compare

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

Full Changelog: v3.3.0...v3.3.1

v3.3.0 Release

19 Jan 22:31
Compare
Choose a tag to compare
  • Add ability to remove installed kernels

v3.2.12 Release

12 Oct 20:45
Compare
Choose a tag to compare
  • Add microcode early loading (ucode when given will be loaded first, see man page for details)

v3.2.11 Release

26 May 18:07
Compare
Choose a tag to compare
  • 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

18 Oct 14:16
53ff798
Compare
Choose a tag to compare
Merge pull request #246 from paulcarroty/patch-1

bring tests back to life

v3.2.9 release

22 Apr 21:56
Compare
Choose a tag to compare

This release adds support for software RAID root device.

v3.2.8 release

31 Mar 23:08
Compare
Choose a tag to compare

This release fixes an issue with systemd 245 bootloader configuration compatibility.

v3.2.7 release

25 Feb 21:00
Compare
Choose a tag to compare

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

13 Feb 18:25
Compare
Choose a tag to compare

This release includes legacy boot fixes.

v3.2.5 release

29 Jan 18:36
Compare
Choose a tag to compare

This release fixes an issue with parallels hypervisor on MacOS(#209) and an issue found with update ignoring --path flag causing images silently failing to be generated on Clear Linux(#210).