diff options
author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2007-11-02 09:31:27 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 72220890bd5f0d6ace56c0e1d8139d9010bc8d0e (patch) | |
tree | 9192780867d0870825a76f28f156dce865cc226f /templates/syslinux/menu/header.cfg | |
parent | 34683dc5e63f0afb095aa941ecc8a636abf4e6da (diff) | |
download | vyos-live-build-72220890bd5f0d6ace56c0e1d8139d9010bc8d0e.tar.gz vyos-live-build-72220890bd5f0d6ace56c0e1d8139d9010bc8d0e.zip |
add new option --syslinux-menu to enable syslinux menu
added a new syslinux menu splash screen, I'm not an artist
but I think it is better than the generic splash which was
already included. Also added the svg file if anyone wants
to make any changes.
Diffstat (limited to 'templates/syslinux/menu/header.cfg')
-rw-r--r-- | templates/syslinux/menu/header.cfg | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/templates/syslinux/menu/header.cfg b/templates/syslinux/menu/header.cfg index bb3dac8a0..9d89bdc62 100644 --- a/templates/syslinux/menu/header.cfg +++ b/templates/syslinux/menu/header.cfg @@ -5,13 +5,17 @@ timeout {$LH_SYSLINUX_TIMEOUT} prompt 0 menu background {$SPLASH} -menu color title * #ffffffff * -menu color border * #00000000 #00000000 none -menu color sel * #ffffffff #76a1d0ff * -menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * -menu color hotkey 1;37;40;44 #90ffffff #00000000 std -menu vshift 7 -menu hshift 6 -menu width 67 -menu tabmsg Press [tab] to edit the menu entry +menu color border * #00000000 #00000000 none +menu color sel * #ffffffff #ff4c0000 none +menu color unsel * #ff4c0000 #00000000 none +menu color hotsel * #fffc1818 #ff4c0000 none +menu color hotkey * #fffc1818 #ffffffff none +menu color tabmsg * #ff4c0000 #00000000 none +menu color timeout_msg * #ff4c0000 #00000000 none +menu color timeout * #fffc1818 #00000000 none +menu vshift 8 +menu hshift 5 +menu width 70 +menu tabmsg Press [Tab] to edit the menu entry +menu autoboot Boot default in # seconds menu timeoutrow 16 |