aboutsummaryrefslogtreecommitdiffstats
path: root/grub.tpl
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-01-22 21:43:04 +0100
committer Eric Hameleers <alien@slackware.com>2023-01-22 21:43:04 +0100
commit14642e6ec49a025fe83a5c7a2fc69bdb2efe5c9d (patch)
treec84174a1134c6aa586c9850038b850d779fe2598 /grub.tpl
parentba73f4d249939ac427600f40a56dd5b468128c56 (diff)
downloadliveslak-14642e6ec49a025fe83a5c7a2fc69bdb2efe5c9d.tar.gz
liveslak-14642e6ec49a025fe83a5c7a2fc69bdb2efe5c9d.tar.xz
Support Console OS boot menu in all Slackware Live variants
Diffstat (limited to 'grub.tpl')
-rw-r--r--grub.tpl8
1 files changed, 4 insertions, 4 deletions
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@}