summaryrefslogtreecommitdiffstats
path: root/menu.tpl
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-01-10 13:50:35 +0100
committer Eric Hameleers <alien@slackware.com>2016-01-10 13:50:35 +0100
commit710dea0bae3979d084021c910af3f53388e72603 (patch)
treea803c4fc60931c0068b350741c48022b4fda2dd2 /menu.tpl
parent517c42b8aa7ef23d2f897aeb1e840dc0dca8d673 (diff)
downloadliveslak-710dea0bae3979d084021c910af3f53388e72603.tar.gz
liveslak-710dea0bae3979d084021c910af3f53388e72603.tar.xz
BIOS (syslinux) and UEFI (grub2) boot: enhance the experience.
- generate the grub fonts (.pf2) ourselves instead of using the Slackware-provided grub font file. - expand the help text about the boot parameters. - show the liveslak version number in the boot menu. - remove the 'boot any OS' menu item in Grub because it never worked for me. - add a bit of Grub help text at the bottom of the screen. NOTES: - I do not like the way how I had to implement the Grub2 help menu, it is ugly. Perhaps the text artefacts and understrikes are caused by the fact that the grub console has to paint on top of the graphical boot menu? - In any case, the grub console (the black rectangle in the middle) has its coordinates hard-coded in the grub2 source so it is not configurable. - the grub fonts look better than in Beta3 but I am still not happy with them. Research on Grub boot menu enhancements done by Didier Spaier.
Diffstat (limited to '')
-rw-r--r--menu.tpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/menu.tpl b/menu.tpl
index b40a8ac..9db9023 100644
--- a/menu.tpl
+++ b/menu.tpl
@@ -2,11 +2,13 @@ prompt 0
timeout 300
ui vesamenu.c32
default live
-f2 f2.txt
font @CONSFONT@
menu background swlogov.png
-menu title Slackware@DIRSUFFIX@-@SL_VERSION@ Live
+menu title Slackware@DIRSUFFIX@-@SL_VERSION@ Live @VERSION@
menu clear
+f2 f2.txt #00000000
+f3 f3.txt #00000000
+f4 f4.txt #00000000
menu hshift 1
menu vshift 9