summaryrefslogtreecommitdiffstats
path: root/grub.tpl
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-04-16 15:24:55 +0200
committer Eric Hameleers <alien@slackware.com>2017-04-16 15:24:55 +0200
commita4db2548600feb26f63d4f7d7944615132ee7853 (patch)
tree34c8cfcfcae8f2773c5ce0a17f6e89946b102977 /grub.tpl
parente294d47db5b25dd8563e515b3003c008ee4641ce (diff)
downloadliveslak-a4db2548600feb26f63d4f7d7944615132ee7853.tar.gz
liveslak-a4db2548600feb26f63d4f7d7944615132ee7853.tar.xz
Add new supported Live variant STUDIOWARE
Diffstat (limited to '')
-rw-r--r--grub.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/grub.tpl b/grub.tpl
index 65bca62..6c87a06 100644
--- a/grub.tpl
+++ b/grub.tpl
@@ -44,7 +44,7 @@ if loadfont $grubdir/theme/dejavusansmono12.pf2 ; then
fi
menuentry "Start @CDISTRO@@DIRSUFFIX@ @SL_VERSION@ @LIVEDE@ Live @VERSION@ ($sl_lang)" --hotkey b {
- linux ($root)/boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=$sl_kbd tz=$sl_tz locale=$sl_locale xkb=$sl_xkb
+ 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
initrd ($root)/boot/initrd.img
}