From a4db2548600feb26f63d4f7d7944615132ee7853 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 16 Apr 2017 15:24:55 +0200 Subject: Add new supported Live variant STUDIOWARE --- grub.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grub.tpl') 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 } -- cgit v1.2.3