]> git.sev.monster Git - dotfiles.git/commitdiff
update syslinux.cfg
authorsev <git@sev.monster>
Sat, 30 May 2020 19:20:44 +0000 (14:20 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:39 +0000 (16:27 -0500)
root/syslinux.cfg

index 0a843695b10ce823af7f67b106ad68298cb25cc0..e859adb2d2a276976c56266a41b9292e5a794c06 100644 (file)
@@ -28,28 +28,28 @@ MENU COLOR timeout  * #ffcc6600 #ff110800 std
 MENU COLOR help                * #ff93a1a1 #ff221100 std
 MENU MSGCOLOR            #ff93a1a1 #ff221100 std
 
-DEFAULT vanilla
-TIMEOUT 15
+DEFAULT lts
+TIMEOUT 5
 
 LABEL _linux
   MENU LABEL Linux
   MENU DISABLED
 
-LABEL vanilla
+LABEL lts
   MENU DEFAULT
   MENU LABEL ^Alpine Linux
-  LINUX /vmlinuz-vanilla
+  LINUX /vmlinuz-lts
   APPEND root=UUID=21194c25-5a0a-410e-9f82-759441a8cfd9 rw modules=sd-mod,usb-storage,ext4
-  INITRD /initramfs-vanilla
+  INITRD /initramfs-lts
   TEXT HELP
     Boot Alpine Linux in multi-user mode
   ENDTEXT
 
-LABEL single-vanilla
+LABEL single-lts
   MENU LABEL Alpine Linux (^maintenance)
   MENU PASSWD
   COM32 cmd.c32
-  APPEND vanilla single
+  APPEND lts single
   TEXT HELP
     Boot Alpine Linux in single-user (maintenance) mode
   ENDTEXT
@@ -60,15 +60,15 @@ LABEL _tools
 
 LABEL hdt
   MENU LABEL ^HDT
-  KERNEL hdt.c32
-  APPEND pciids=hdt/pci.ids
+  COM32 hdt.c32
+  APPEND pciids=hdt/pci.ids memtest=/memtest86+-5.01.bin
   TEXT HELP
     Start the Hardware Detection Tool
   ENDTEXT
 
 LABEL memtest
   MENU LABEL Mem^test86+
-  LINUX /memtest86+-5.01.bin
+  KERNEL /memtest86+-5.01.bin
   TEXT HELP
     Start Memtest86+ v5.01
   ENDTEXT
This page took 0.034249 seconds and 4 git commands to generate.