From 071d30578c41f37f900effccfbbd5af5c2de5ffa Mon Sep 17 00:00:00 2001 From: John McQuah Date: Tue, 9 Aug 2022 11:24:16 -0400 Subject: [PATCH] SYSLINUX config file: change the keywords to uppercase --- crux-wiki/Handbook3-7-Appendix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/crux-wiki/Handbook3-7-Appendix b/crux-wiki/Handbook3-7-Appendix index b1e5502..ca7c93b 100644 --- a/crux-wiki/Handbook3-7-Appendix +++ b/crux-wiki/Handbook3-7-Appendix @@ -107,14 +107,14 @@ Now that the SYSLINUX bootloader is successfully installed, you need to tell it where to find your kernel and the root filesystem. [@ -default CRUX-3.7 -prompt 1 -timeout 10 +DEFAULT CRUX-3.7 +PROMPT 1 +TIMEOUT 10 -label CRUX-3.7 - say "Now booting into CRUX" - kernel vmlinuz-5.15.55 - append root=/dev/sda2 rw quiet +LABEL CRUX-3.7 + SAY "Now booting into CRUX" + KERNEL vmlinuz-5.15.55 + APPEND root=/dev/sda2 rw quiet @] When giving the location of a kernel image, relative paths are interpreted in @@ -221,7 +221,7 @@ of the EFI system partition is the default path where the BIOS expects to find a bootloader. This location is more obvious in the @@efibootmgr@@ commands, since @@efibootmgr@@ is agnostic about the mountpoint of your EFI system partition. The two most common ways to shorten what looks like an -overly-verbose path to the kernel image are: +overly-verbose path to the kernel are: ** mount your EFI system partition somewhere else (and adjust the @@mkdir@@ and @@cd@@ commands as needed). ** save your kernel closer to the root of the EFI system partition (and change the @@efibootmgr@@ invocation as needed). -> The flexibility afforded by all these options can be overwhelming (but