Skip to content

Commit d7608d6

Browse files
committed
Add booster 0.9 release notes
1 parent 7757a99 commit d7608d6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGES.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Booster - fast and secure initramfs generator
22

3+
Release 0.9 (2022 Aug 24)
4+
* Load 'efivarfs' before mounting the filesystem (#149)
5+
* generator: add drivers/ata to the list of default modules (#149)
6+
* Recover panic in udev goroutine (#22 #31 #153)
7+
* Always use path/filepath pkg for operating systems paths
8+
* Adding a more advanced parser to allow handling more complex cmdline parameters (#73)
9+
* Add zfs support (#33)
10+
* Print NIC hardware address (#155)
11+
* Replace github.com/s-urbaniak/uevent.go with github.com/pilebones/go-udev/netlink (#155)
12+
* Add support to allow unlocking a luks volume by keyfile (#37)
13+
314
Release 0.8 (2022 May 6)
415
* Add `booster.log` boot parameter that replaces and extends the functionality of `booster.debug`. `booster.debug` is marked as deprecated.
516
* `booster.disable_concurrent_module_loading` boot parameter has been removed. This parameter has been used as a safety net if concurrent module loading does not work properly. Concurrent module loading has been thoroughly tested and found no major issues. Drop the unneeded parameter.
@@ -14,7 +25,7 @@ Release 0.8 (2022 May 6)
1425
* Add support for partitions used for hibernation
1526
* Add uas to the list of default modules (#121)
1627
* Handle multiple luks mappings in the kernel command line (#124)
17-
^ * Handle firmware files compressed with xz (#127)
28+
* Handle firmware files compressed with xz (#127)
1829
* Handle non-/usr filesystem hierarchy (such as used by Alpine Linux)
1930
* Add /usr/lib64 to the list of elf directories to handle Fedora Linux (#137)
2031
* Handle HWPATH=xxx device reference in boot parameters (#112)

0 commit comments

Comments
 (0)