diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-09-25 14:01:44 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 7f9d996f19f1454ae8f525042a2d98c91142f963 (patch) | |
tree | 8b051189ac704e1b417951c262828e737503e227 /templates/syslinux | |
parent | fb925a42146264a44abb276654c0696c761801d4 (diff) | |
download | vyos-live-build-7f9d996f19f1454ae8f525042a2d98c91142f963.tar.gz vyos-live-build-7f9d996f19f1454ae8f525042a2d98c91142f963.zip |
templates: move syslinux-menu to syslinux/menu
All files from syslinux-menu templates directory has been moved to
syslinux/menu. lh_binary_syslinux had some changes to work with that
but they were minimal ones.
Diffstat (limited to 'templates/syslinux')
-rw-r--r-- | templates/syslinux/menu/data/lat1-16.psf | bin | 0 -> 5156 bytes | |||
-rw-r--r-- | templates/syslinux/menu/data/splash.png | bin | 0 -> 57186 bytes | |||
-rw-r--r-- | templates/syslinux/menu/syslinux.cfg | 23 |
3 files changed, 23 insertions, 0 deletions
diff --git a/templates/syslinux/menu/data/lat1-16.psf b/templates/syslinux/menu/data/lat1-16.psf Binary files differnew file mode 100644 index 000000000..097a640f3 --- /dev/null +++ b/templates/syslinux/menu/data/lat1-16.psf diff --git a/templates/syslinux/menu/data/splash.png b/templates/syslinux/menu/data/splash.png Binary files differnew file mode 100644 index 000000000..566961567 --- /dev/null +++ b/templates/syslinux/menu/data/splash.png diff --git a/templates/syslinux/menu/syslinux.cfg b/templates/syslinux/menu/syslinux.cfg new file mode 100644 index 000000000..887e3d8a4 --- /dev/null +++ b/templates/syslinux/menu/syslinux.cfg @@ -0,0 +1,23 @@ +FONT data/lat1-16.psf +DEFAULT data/vesamenu.c32 + +TIMEOUT 1000 +PROMPT 0 + +MENU BACKGROUND data/splash.png +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 TIMEOUTROW 16 + +LINUX_LIVE + +LINUX_INSTALL + +MEMTEST |