nanmi-initramfs

nanmi's initramfs
git clone git://xn--q9jzb1c.xn--q9jyb4c/nanmi-initramfs
Log | Files | Refs | README | LICENSE

commit 61a538d7f418c14d375bb1428903510f5660635b
parent 16d00c9d3d03f61ba964ca6bcd7ec120b6c5175d
Author: nanmi <nanmi@member.fsf.org>
Date:   Tue, 21 Dec 2021 09:26:58 -0300

Minor grammar fix on README.md.

Diffstat:
MREADME.md | 2+-
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. 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. +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 stops 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.**