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
+15-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
Booster - fast and secure initramfs generator
2
2
3
-
Release 0.6 (2020-07-20)
3
+
Release 0.7 (2021 Oct 07)
4
+
* Fixed a race condition with mounting RAID5 volumes. (#97)
5
+
* Added support for custom encryption blocks. With cryptsetup 2.4.0 LUKS partitions use large encryption blocks of size 4096 bytes.
6
+
* Add support of sha512 and blake2b/blake2s hashes to pbkdf2 KDF.
7
+
* Add support of FIDO2 and TPM2 tokens enrolled with systemd-cryptenroll. (#96)
8
+
* Booster now waits till `modules_force_load` modules are fully loaded before switching to userspace. (#103)
9
+
* Add compatibility support for proprietary drivers. It makes possible to load `amdgpu` at boot time. (#45#104)
10
+
* nvme and usb could be used as root devices now. (#94#95)
11
+
* HID drivers `kernel/drivers/hid` are checked by default now. This improves keyboard drivers detection and fixes numerous keyboard issues at the boot time. (#80)
12
+
* By default network modules removed from the image if network is disabled in config. This reduces size of the generated image.
Booster makes sure that only root from active ESP disk is mounted; booster is able to detect LUKS partitions and mount them; booster takes GPT flags into account. (#98)
15
+
* It is possible to specify a LUKS partitions as `root=` directly. In this case the LUKS partition is unlocked and mounted as `/dev/mapper/root`.
16
+
17
+
Release 0.6 (2021 Jul 20)
4
18
* Add support for full-disk encryption using Yubikey. See https://github.com/anatol/clevis.go/blob/main/clevis-encrypt-yubikey for clevis plugin.
5
19
* Fix poweroff issues with i915 (#86)
6
20
* Add support for root partitions stored at MMC devices (#90)
0 commit comments