Skip to content

Commit 9973e16

Browse files
committed
update docs to have mdraid info
Signed-off-by: Zen <[email protected]>
1 parent ff83648 commit 9973e16

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ Similarly `ugrd.kmod.novideo` `nonetwork`, and `nosound` exist to ignore video,
112112
### Filesystem modules
113113

114114
`autodetect_root` (true) Set the root mount parameter based on the current root label or uuid.
115+
`autodetect_root_dm` (true) Attempt to automatically configure virtual block devices such as LUKS/LVM/MDRAID.
115116
`autodetect_root_luks` (true) Attempt to automatically configure LUKS mounts for the root device.
117+
`autodetect_root_lvm` (true) Attempt to automatically configure LVM mounts for the root device.
118+
`autodetect_root_mdraid` (true) Attempt to automatically configure MDRAID mounts for the root device.
116119
`autodetect_init_mount'` (true) Automatically detect the mountpoint for the init binary, and add it to `late_mounts`.
117120

118121
#### ugrd.fs.mounts

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The original goal of this project was to create an initramfs suitable for decryp
2626
* Root mount, using `/proc/mounts`. `root=` and `rootflags=` can be used but are not required.
2727
* LUKS auto-configuration and validation for the root mount
2828
* Rootfs LVM, including under LUKS, is auto-mounted
29+
* MDRAID auto-configuration for the root mount.
2930
* BTRFS root subvolumes are automatically detected, but can be overridden or `subvol_selector` can be used to select a subvolume at boot time.
3031
* `/usr` auto-mounting if the init system requires it
3132
* Auto-detection of kernel modules required by the storage device used by the root filesystem

0 commit comments

Comments
 (0)