Skip to content

Commit 5f3b0c8

Browse files
committed
Booster 0.7 release
1 parent 5f278ab commit 5f3b0c8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGES.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Booster - fast and secure initramfs generator
22

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.
13+
* Improves [Discoverable Partitions Specification](https://systemd.io/DISCOVERABLE_PARTITIONS/) compliance.
14+
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)
418
* Add support for full-disk encryption using Yubikey. See https://github.com/anatol/clevis.go/blob/main/clevis-encrypt-yubikey for clevis plugin.
519
* Fix poweroff issues with i915 (#86)
620
* Add support for root partitions stored at MMC devices (#90)

0 commit comments

Comments
 (0)