From 890801563d0c63e1af88fefb82bccc5715d3af9b Mon Sep 17 00:00:00 2001 From: Jesse Hathaway Date: Wed, 31 Oct 2007 14:39:05 -0400 Subject: fix syslinux timeout option change MILISECONDS to SECONDS. Syslinux actually uses tenths of seconds not milliseconds, but it seems unnecessary to expose this to the user. Fix templates to only specify the timeout once. --- templates/syslinux/normal/footer.cfg | 1 - templates/syslinux/normal/prompt.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/syslinux/normal') diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg index 368c3071a..e69de29bb 100644 --- a/templates/syslinux/normal/footer.cfg +++ b/templates/syslinux/normal/footer.cfg @@ -1 +0,0 @@ -timeout {$LINUX_TIMEOUT} diff --git a/templates/syslinux/normal/prompt.cfg b/templates/syslinux/normal/prompt.cfg index 97ed60c95..0e82c437d 100644 --- a/templates/syslinux/normal/prompt.cfg +++ b/templates/syslinux/normal/prompt.cfg @@ -1,5 +1,5 @@ prompt 1 -timeout 0 +timeout {$LH_SYSLINUX_TIMEOUT} default live display {$LIVE_SCREEN_PATH}/boot.txt include {$LIVE_SCREEN_PATH}/menu.cfg -- cgit v1.2.3