From 72220890bd5f0d6ace56c0e1d8139d9010bc8d0e Mon Sep 17 00:00:00 2001 From: Jesse Hathaway Date: Fri, 2 Nov 2007 09:31:27 -0400 Subject: 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. --- templates/syslinux/menu/data/splash.png | Bin 57186 -> 14015 bytes templates/syslinux/menu/data/splash.svg | 304 ++++++++++++++++++++++++++++++++ templates/syslinux/menu/header.cfg | 22 ++- 3 files changed, 317 insertions(+), 9 deletions(-) create mode 100644 templates/syslinux/menu/data/splash.svg (limited to 'templates/syslinux/menu') diff --git a/templates/syslinux/menu/data/splash.png b/templates/syslinux/menu/data/splash.png index 566961567..c2a83124e 100644 Binary files a/templates/syslinux/menu/data/splash.png and b/templates/syslinux/menu/data/splash.png differ diff --git a/templates/syslinux/menu/data/splash.svg b/templates/syslinux/menu/data/splash.svg new file mode 100644 index 000000000..44c5ac1a3 --- /dev/null +++ b/templates/syslinux/menu/data/splash.svg @@ -0,0 +1,304 @@ + + + + + + + + + + + + + + image/svg+xml + + + + + + + Debian Live + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 -- cgit v1.2.3