diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-14 11:07:17 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 |
commit | a31541517b344d447fd5129ce4d6e0d222166635 (patch) | |
tree | b25cf1f6b20324e28c332c82a808bfee8de0434e /templates/syslinux/common | |
parent | 91292830259f7dbe65fec8a0c486bddf1c9fe37a (diff) | |
download | live-build-a31541517b344d447fd5129ce4d6e0d222166635.zip live-build-a31541517b344d447fd5129ce4d6e0d222166635.tar.gz |
Updating syslinux menu configuration.
Diffstat (limited to 'templates/syslinux/common')
-rw-r--r-- | templates/syslinux/common/help.cfg | 10 | ||||
-rw-r--r-- | templates/syslinux/common/live.cfg (renamed from templates/syslinux/common/menu.cfg) | 0 | ||||
-rw-r--r-- | templates/syslinux/common/syslinux.cfg | 3 |
3 files changed, 0 insertions, 13 deletions
diff --git a/templates/syslinux/common/help.cfg b/templates/syslinux/common/help.cfg deleted file mode 100644 index 414f388..0000000 --- a/templates/syslinux/common/help.cfg +++ /dev/null @@ -1,10 +0,0 @@ -f1 {$LIVE_SCREEN_PATH}/f1.txt -f2 {$LIVE_SCREEN_PATH}/f2.txt -f3 {$LIVE_SCREEN_PATH}/f3.txt -f4 {$LIVE_SCREEN_PATH}/f4.txt -f5 {$LIVE_SCREEN_PATH}/f5.txt -f6 {$LIVE_SCREEN_PATH}/f6.txt -f7 {$LIVE_SCREEN_PATH}/f7.txt -f8 {$LIVE_SCREEN_PATH}/f8.txt -f9 {$LIVE_SCREEN_PATH}/f9.txt -f0 {$LIVE_SCREEN_PATH}/f10.txt diff --git a/templates/syslinux/common/menu.cfg b/templates/syslinux/common/live.cfg index b5a6e5c..b5a6e5c 100644 --- a/templates/syslinux/common/menu.cfg +++ b/templates/syslinux/common/live.cfg diff --git a/templates/syslinux/common/syslinux.cfg b/templates/syslinux/common/syslinux.cfg deleted file mode 100644 index 3e2682e..0000000 --- a/templates/syslinux/common/syslinux.cfg +++ /dev/null @@ -1,3 +0,0 @@ -include {$LIVE_SCREEN_PATH}/header.cfg -include {$LIVE_SCREEN_PATH}/menu.cfg -include {$LIVE_SCREEN_PATH}/footer.cfg |