diff options
Diffstat (limited to 'libre/syslinux/syslinux.cfg')
-rw-r--r-- | libre/syslinux/syslinux.cfg | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libre/syslinux/syslinux.cfg b/libre/syslinux/syslinux.cfg index c5d8e011e..f2f902f1b 100644 --- a/libre/syslinux/syslinux.cfg +++ b/libre/syslinux/syslinux.cfg @@ -25,13 +25,13 @@ TIMEOUT 50 #KBDMAP de.ktl # Menu Configuration -# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux +# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux #UI menu.c32 UI vesamenu.c32 # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu MENU TITLE Parabola GNU/Linux-libre -MENU BACKGROUND splash.png +MENU BACKGROUND boot/syslinux/splash.png MENU COLOR border 35;40 #ff777caa #a0000000 std MENU COLOR title 1;35;40 #ff777caa #a0000000 std MENU COLOR sel 7;35;47 #e0ffffff #20777caa all @@ -42,6 +42,15 @@ MENU COLOR timeout 1;35;40 #ff777caa #00000000 std MENU COLOR msg07 35;40 #ff777caa #a0000000 std MENU COLOR tabmsg 35;40 #ff777caa #00000000 std +MENU WIDTH 78 +MENU MARGIN 4 +MENU ROWS 7 +MENU VSHIFT 10 +MENU TABMSGROW 14 +MENU CMDLINEROW 14 +MENU HELPMSGROW 16 +MENU HELPMSGENDROW 29 + # boot sections follow # # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line. |