commit d9b27ffafd36f380ec64332951dd44e05130386f
parent cf2274ff488f991fd87b58eb8ed558a2dccdf00e
Author: nanmi <nanmi@member.fsf.org>
Date: Tue, 21 Dec 2021 09:53:05 -0300
More README.md fixes.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,5 +1,5 @@
# nanmi's initramfs
-Initramfs used on the late boot sequence (after the firmware loaded the bootloader; after the bootloader loaded the kernel; after the kernel is loaded), with the intent of using encrypted/verified drives with dm-crypt/dm-integrity and displayng a cute custom ASCII art to greet the user.
+Initramfs used on the late boot sequence (after the firmware loaded the bootloader; after the bootloader loaded the kernel; after the kernel is loaded), with the intent of using encrypted/verified drives with dm-crypt/dm-integrity and displaying a cute custom ASCII art to greet the user.
## Directory structure explanation
- bin/ - Needed to store binaries
@@ -38,7 +38,7 @@ Unlock and mount the USB drive containing the header and key-file used do decryp
Decrypt, verify the integrity and mount the main disk.
### closeStick()
-Unmount and close the dm-crypt volume so it doesn't appear unlocked/mounted on startup.
+Unmount and close the USB stick dm-crypt volume so it doesn't appear unlocked/mounted on startup.
### cleanUp()
Tidy everything up before booting the real thing.