Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Generated images are as static and secure as possible, only including components

The final build environment is left in the specified `build_dir`, where it can be examined or repacked.

Unless validation is disabled, µgRD attemts to validate most configuration against the host system, raising exceptions or logging warnings warnings if the configuration is invalid.
Unless validation is disabled, µgRD attempts to validate most configuration against the host system, raising exceptions or logging warnings warnings if the configuration is invalid.

## Project goal and features

Expand All @@ -33,7 +33,7 @@ The original goal of this project was to create an initramfs suitable for decryp
- LUKS under MDRAID support
- Detached header support
- YubiKey (OpenPGP smartcard) support
- Recovery using a passprhase using `try_nokey`
- Recovery using a passphrase using `try_nokey`
- DM-Integrity support
* BTRFS root subvolumes are automatically detected or can be manually set with `root_subvol`
- `subvol_selector` can be used to interactively select a subvolume at boot time
Expand Down Expand Up @@ -65,7 +65,7 @@ The original goal of this project was to create an initramfs suitable for decryp
- Device nodes are created within the CPIO only, so true root privileges are not required
- Hardlinks are automatically created for files with matching SHA256 hashes
- Automatic xz compression
* "merged usr" symlinks are creatd by default and can be disabled by setting `merge_usr = false`
* "merged usr" symlinks are created by default and can be disabled by setting `merge_usr = false`
* ZSH and BASH autocompletion for the `ugrd` command
* Basic hibernation/resume support with `ugrd.fs.resume`
* Similar usage/arguments as Dracut
Expand Down