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: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Generated images are as static and secure as possible, only including components
17
17
18
18
The final build environment is left in the specified `build_dir`, where it can be examined or repacked.
19
19
20
-
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.
20
+
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.
21
21
22
22
## Project goal and features
23
23
@@ -33,7 +33,7 @@ The original goal of this project was to create an initramfs suitable for decryp
33
33
- LUKS under MDRAID support
34
34
- Detached header support
35
35
- YubiKey (OpenPGP smartcard) support
36
-
- Recovery using a passprhase using `try_nokey`
36
+
- Recovery using a passphrase using `try_nokey`
37
37
- DM-Integrity support
38
38
* BTRFS root subvolumes are automatically detected or can be manually set with `root_subvol`
39
39
-`subvol_selector` can be used to interactively select a subvolume at boot time
@@ -65,7 +65,7 @@ The original goal of this project was to create an initramfs suitable for decryp
65
65
- Device nodes are created within the CPIO only, so true root privileges are not required
66
66
- Hardlinks are automatically created for files with matching SHA256 hashes
67
67
- Automatic xz compression
68
-
* "merged usr" symlinks are creatd by default and can be disabled by setting `merge_usr = false`
68
+
* "merged usr" symlinks are created by default and can be disabled by setting `merge_usr = false`
69
69
* ZSH and BASH autocompletion for the `ugrd` command
70
70
* Basic hibernation/resume support with `ugrd.fs.resume`
0 commit comments