diff options
author | Eric Hameleers <alien@slackware.com> | 2016-03-15 15:35:49 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-03-15 15:35:49 +0100 |
commit | 1e4750ef070a6349222d256bde728281033ce1ff (patch) | |
tree | ee04a49eb2486aeb041d49ba146d3740531ec1af /grub.tpl | |
parent | 825607fb5019158f56aab8bb87575baf637aeb26 (diff) | |
download | liveslak-1e4750ef070a6349222d256bde728281033ce1ff.tar.gz liveslak-1e4750ef070a6349222d256bde728281033ce1ff.tar.xz |
Further expand the use of DISTRO variable to customize the Live ISO.
Diffstat (limited to '')
-rw-r--r-- | grub.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |