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/menu/prompt.cfg | |
parent | 91292830259f7dbe65fec8a0c486bddf1c9fe37a (diff) | |
download | vyos-live-build-a31541517b344d447fd5129ce4d6e0d222166635.tar.gz vyos-live-build-a31541517b344d447fd5129ce4d6e0d222166635.zip |
Updating syslinux menu configuration.
Diffstat (limited to 'templates/syslinux/menu/prompt.cfg')
-rw-r--r-- | templates/syslinux/menu/prompt.cfg | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/templates/syslinux/menu/prompt.cfg b/templates/syslinux/menu/prompt.cfg index 3ea1ab4d9..691ebda7b 100644 --- a/templates/syslinux/menu/prompt.cfg +++ b/templates/syslinux/menu/prompt.cfg @@ -1,6 +1,16 @@ prompt 1 -timeout {$LH_SYSLINUX_TIMEOUT} -default live -display {$LIVE_SCREEN_PATH}/f1.txt -include {$LIVE_SCREEN_PATH}/menu.cfg -include {$LIVE_SCREEN_PATH}/help.cfg +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 |