From 1cc6083d312619a1ff09844484663f509ed83c19 Mon Sep 17 00:00:00 2001 From: sev Date: Sat, 30 May 2020 14:20:44 -0500 Subject: [PATCH] update syslinux.cfg --- root/syslinux.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.47.0