From 14642e6ec49a025fe83a5c7a2fc69bdb2efe5c9d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 22 Jan 2023 21:43:04 +0100 Subject: Support Console OS boot menu in all Slackware Live variants --- grub.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'grub.tpl') diff --git a/grub.tpl b/grub.tpl index 82ecf32..4d12c03 100644 --- a/grub.tpl +++ b/grub.tpl @@ -73,8 +73,8 @@ menuentry "Help on boot parameters" --hotkey h { unset pager } -@C2RMH@menuentry "Console OS in RAM ($sl_lang)" --hotkey c { -@C2RMH@ linux ($root)/boot/generic @KAPPEND@ load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=$sl_kbd tz=$sl_tz locale=$sl_locale xkb=$sl_xkb toram=core 3 -@C2RMH@ initrd ($root)/boot/initrd.img -@C2RMH@} +@C2RMS@menuentry "Console OS in RAM ($sl_lang)" --hotkey c { +@C2RMS@ linux ($root)/boot/generic @KAPPEND@ load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=$sl_kbd tz=$sl_tz locale=$sl_locale xkb=$sl_xkb toram=core 3 +@C2RMS@ initrd ($root)/boot/initrd.img +@C2RMS@} -- cgit v1.2.3