X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f602bd838620c615fa60c8ae5b4203b29c629fd2..3b9bd321d67bbb34fd4b38d7fc74435c5b75df83:/root/syslinux.cfg?ds=sidebyside diff --git a/root/syslinux.cfg b/root/syslinux.cfg old mode 100755 new mode 100644 index 0a84369..e859adb --- 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