aboutsummaryrefslogtreecommitdiffstats
path: root/grub.tpl
diff options
context:
space:
mode:
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@}