From 1e4750ef070a6349222d256bde728281033ce1ff Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 15 Mar 2016 15:35:49 +0100 Subject: Further expand the use of DISTRO variable to customize the Live ISO. --- grub.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grub.tpl') diff --git a/grub.tpl b/grub.tpl index 7ab2dba..65bca62 100644 --- a/grub.tpl +++ b/grub.tpl @@ -43,7 +43,7 @@ if loadfont $grubdir/theme/dejavusansmono12.pf2 ; then export theme fi -menuentry "Start Slackware@DIRSUFFIX@ @SL_VERSION@ @LIVEDE@ Live @VERSION@ ($sl_lang)" --hotkey b { +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 initrd ($root)/boot/initrd.img } -- cgit v1.2.3