You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
Booster - fast and secure initramfs generator
2
2
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
+
3
14
Release 0.8 (2022 May 6)
4
15
* Add `booster.log` boot parameter that replaces and extends the functionality of `booster.debug`. `booster.debug` is marked as deprecated.
5
16
*`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)
14
25
* Add support for partitions used for hibernation
15
26
* Add uas to the list of default modules (#121)
16
27
* 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)
18
29
* Handle non-/usr filesystem hierarchy (such as used by Alpine Linux)
19
30
* Add /usr/lib64 to the list of elf directories to handle Fedora Linux (#137)
20
31
* Handle HWPATH=xxx device reference in boot parameters (#112)
0 commit comments