nanmi-initramfs

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

commit fb8e8d58b17bb53de9fe6fb08dc7c41c4829a23e
parent 8af833aa02b22f93c63cee82bc31ac841b313d27
Author: nanmi <nanmi@member.fsf.org>
Date:   Tue, 21 Dec 2021 09:16:27 -0300

Minor typo fix on README.md.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -21,7 +21,7 @@ Initramfs used on the late boot sequence (after the firmware loaded the bootload ASCII art of Yotsuba, colored with ANSI escape code sequences (\033[32;01m) and centered on a 1920x1080 resolution display with 101 whitespaces (%101s). ### cmdline() - Used to replace hardcoded UUIDs on the init script with aliases set with [kernel parameters.](https://wiki.archlinux.org/title/Kernel_parameters) +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.