diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-02 11:19:42 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:35 +0100 |
commit | cd172cfe215a28f18ba33e36286d6d9c0282af75 (patch) | |
tree | d6452b9d1c4859dbbc129059bbfa053ef29753af /templates/syslinux/menu | |
parent | 6e59f3b095f6c15f278a5c1ff2871546fc22f51d (diff) | |
download | vyos-live-build-cd172cfe215a28f18ba33e36286d6d9c0282af75.tar.gz vyos-live-build-cd172cfe215a28f18ba33e36286d6d9c0282af75.zip |
First step in cleaning up syslinux handling by using syslinux-theme packages rather than embedded templates.
Diffstat (limited to 'templates/syslinux/menu')
-rw-r--r-- | templates/syslinux/menu/exithelp.cfg | 3 | ||||
-rw-r--r-- | templates/syslinux/menu/menu.cfg | 12 | ||||
-rw-r--r-- | templates/syslinux/menu/prompt.cfg | 16 | ||||
-rw-r--r-- | templates/syslinux/menu/splash.png | bin | 16762 -> 0 bytes | |||
-rw-r--r-- | templates/syslinux/menu/stdmenu.cfg | 15 | ||||
-rw-r--r-- | templates/syslinux/menu/syslinux.cfg | 4 |
6 files changed, 0 insertions, 50 deletions
diff --git a/templates/syslinux/menu/exithelp.cfg b/templates/syslinux/menu/exithelp.cfg deleted file mode 100644 index a538904bd..000000000 --- a/templates/syslinux/menu/exithelp.cfg +++ /dev/null @@ -1,3 +0,0 @@ -label menu - kernel {$LIVE_DATA_PATH}/vesamenu.c32 - config isolinux.cfg diff --git a/templates/syslinux/menu/menu.cfg b/templates/syslinux/menu/menu.cfg deleted file mode 100644 index a74b4d597..000000000 --- a/templates/syslinux/menu/menu.cfg +++ /dev/null @@ -1,12 +0,0 @@ -menu hshift 13 -menu width 49 - -menu title Boot menu -include stdmenu.cfg -include live.cfg -label help - menu label ^Help - text help - Display help screens; type 'menu' at boot prompt to return to this menu - endtext - config prompt.cfg diff --git a/templates/syslinux/menu/prompt.cfg b/templates/syslinux/menu/prompt.cfg deleted file mode 100644 index 691ebda7b..000000000 --- a/templates/syslinux/menu/prompt.cfg +++ /dev/null @@ -1,16 +0,0 @@ -prompt 1 -display f1.txt -timeout 0 -include menu.cfg -include exithelp.cfg - -f1 f1.txt -f2 f2.txt -f3 f3.txt -f4 f4.txt -f5 f5.txt -f6 f6.txt -f7 f7.txt -f8 f8.txt -f9 f9.txt -f0 f10.txt diff --git a/templates/syslinux/menu/splash.png b/templates/syslinux/menu/splash.png Binary files differdeleted file mode 100644 index 606591808..000000000 --- a/templates/syslinux/menu/splash.png +++ /dev/null diff --git a/templates/syslinux/menu/stdmenu.cfg b/templates/syslinux/menu/stdmenu.cfg deleted file mode 100644 index 9b10dea27..000000000 --- a/templates/syslinux/menu/stdmenu.cfg +++ /dev/null @@ -1,15 +0,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 tabmsg * #ffffffff #00000000 * -menu color help 37;40 #ffdddd00 #00000000 none -menu vshift 12 -menu rows 10 -menu helpmsgrow 15 -# The command line must be at least one line from the bottom. -menu cmdlinerow 16 -menu timeoutrow 16 -menu tabmsgrow 18 -menu tabmsg Press ENTER to boot or TAB to edit a menu entry diff --git a/templates/syslinux/menu/syslinux.cfg b/templates/syslinux/menu/syslinux.cfg deleted file mode 100644 index 3397e3c13..000000000 --- a/templates/syslinux/menu/syslinux.cfg +++ /dev/null @@ -1,4 +0,0 @@ -include menu.cfg -default {$LIVE_DATA_PATH}/vesamenu.c32 -prompt 0 -timeout {$LB_SYSLINUX_TIMEOUT} |