commit 16d00c9d3d03f61ba964ca6bcd7ec120b6c5175d
parent ed185642c7020e2b8f37026fa85f9b79bd805cf2
Author: nanmi <nanmi@member.fsf.org>
Date: Tue, 21 Dec 2021 09:25:47 -0300
Minor improvements on README.md.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -24,7 +24,7 @@ ASCII art of Yotsuba, colored with ANSI escape code sequences (\033[32;01m) and
Used to replace hardcoded UUIDs on the init script with aliases set with [kernel parameters](https://wiki.archlinux.org/title/Kernel_parameters).
### setUp()
-Prepare the initramfs enviroment. [printk](https://www.kernel.org/doc/html/latest/core-api/printk-basics.html) is set to 0 so the kernel stop spamming text, in order to safely display the ASCII art.
+Prepare the initramfs enviroment. In order to safely display the ASCII art, [printk()](https://www.kernel.org/doc/html/latest/core-api/printk-basics.html) is set to 0 so the kernel stop spamming text.
**IMPORTANT!: The 1 second sleep is needed so the kernel can identify all devices before dinamically populating dev/. Not doing this while using devtmps might lead to kernel panics.**
@@ -32,7 +32,7 @@ Prepare the initramfs enviroment. [printk](https://www.kernel.org/doc/html/lates
Unlock and mount the USB drive containing the header and key-file used do decrypt the main disk.
### prepareDisk()
-Decrypt, verify the integrity and mount the disk.
+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.