From: sev Date: Sat, 30 May 2020 19:20:44 +0000 (-0500) Subject: update syslinux.cfg X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/0b54922b0580182b7b141e9208a96f70322546a5?ds=inline update syslinux.cfg --- diff --git a/root/syslinux.cfg b/root/syslinux.cfg index 0a84369..e859adb 100644 --- a/root/syslinux.cfg +++ b/root/syslinux.cfg @@ -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