commit ed185642c7020e2b8f37026fa85f9b79bd805cf2
parent fb8e8d58b17bb53de9fe6fb08dc7c41c4829a23e
Author: nanmi <nanmi@member.fsf.org>
Date: Tue, 21 Dec 2021 09:23:12 -0300
Add printk explanation on README.md.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
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.
+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.
**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.**