Skip to content

Commit a256dbc

Browse files
committed
update readme for better description of storage support
Signed-off-by: Zen <[email protected]>
1 parent 6e3c331 commit a256dbc

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

readme.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,19 @@ The original goal of this project was to create an initramfs suitable for decryp
2626
### Auto-detection
2727

2828
* Root mount, using `/proc/mounts`. `root=` and `rootflags=` can be used but are not required
29-
* MDRAID auto-configuration for the root mount
30-
* LUKS auto-configuration and validation for the root mount
29+
* MDRAID auto-configuration
30+
* LVM auto-configuration
31+
* LUKS auto-configuration and validation
3132
- LUKS under LVM support
3233
- LUKS under MDRAID support
33-
* LVM based root volumes are auto-mounted
34-
* BTRFS root subvolumes are automatically detected to `root_subvol`
35-
- `subvol_selector` can be used to select a subvolume at boot time
36-
* `/usr` auto-mounting if the init system requires it
37-
* Auto-detection of kernel modules required by the storage device used by the root filesystem
34+
- Detached header support
35+
- YubiKey (OpenPGP smartcard) support
36+
- Recovery using a passprhase using `try_nokey`
37+
- DM-Integrity support
38+
* BTRFS root subvolumes are automatically detected or can be manually set with `root_subvol`
39+
- `subvol_selector` can be used to interactively select a subvolume at boot time
40+
* `/usr`, `/var`, and `/etc` auto-mounting if the init system requires it
41+
* Auto-detection of kernel modules required by storage devices and filesystems
3842
* Init system/target auto-detection
3943

4044
### Validation

0 commit comments

Comments
 (0)