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 /menu.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 'menu.tpl')
-rw-r--r-- | menu.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ ui vesamenu.c32 default live font @CONSFONT@ menu background swlogov.png -menu title Slackware@DIRSUFFIX@-@SL_VERSION@ Live @VERSION@ +menu title @CDISTRO@@DIRSUFFIX@-@SL_VERSION@ Live @VERSION@ menu clear f2 f2.txt #00000000 f3 f3.txt #00000000 @@ -45,7 +45,7 @@ label live kernel /boot/generic append initrd=/boot/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=@KBD@ text help - Slackware@DIRSUFFIX@-@SL_VERSION@, kernel @KVER@. + @CDISTRO@@DIRSUFFIX@-@SL_VERSION@, kernel @KVER@. Add 'load=nvidia' to the commandline if you have a recent NVIDIA card. endtext |