diff options
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 |