summaryrefslogtreecommitdiff
path: root/libre/syslinux/syslinux.cfg
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-28 21:52:41 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-28 21:52:41 -0200
commita1f206694cae3aad712f3e8f9fa97168218958f1 (patch)
tree9cc1e2f0cc8864f34f93959067f5e37449cefce0 /libre/syslinux/syslinux.cfg
parenteffeb5c98b16336f6e0fa23d4075ae1cac5020cb (diff)
syslinux-6.03-2.parabola2: rebuilding with new splash logo
Diffstat (limited to 'libre/syslinux/syslinux.cfg')
-rw-r--r--libre/syslinux/syslinux.cfg13
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.