diff options
Diffstat (limited to 'templates/syslinux/normal')
-rw-r--r-- | templates/syslinux/normal/data/splash.rle | bin | 0 -> 10489 bytes | |||
-rw-r--r-- | templates/syslinux/normal/footer.cfg | 2 | ||||
-rw-r--r-- | templates/syslinux/normal/header.cfg | 2 | ||||
-rw-r--r-- | templates/syslinux/normal/prompt.cfg | 6 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/syslinux/normal/data/splash.rle b/templates/syslinux/normal/data/splash.rle Binary files differnew file mode 100644 index 0000000..df3e15d --- /dev/null +++ b/templates/syslinux/normal/data/splash.rle diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg index e659049..368c307 100644 --- a/templates/syslinux/normal/footer.cfg +++ b/templates/syslinux/normal/footer.cfg @@ -1 +1 @@ -timeout LINUX_TIMEOUT +timeout {$LINUX_TIMEOUT} diff --git a/templates/syslinux/normal/header.cfg b/templates/syslinux/normal/header.cfg index 58d9780..26e3115 100644 --- a/templates/syslinux/normal/header.cfg +++ b/templates/syslinux/normal/header.cfg @@ -1 +1 @@ -include prompt.cfg +include {$LIVE_SCREEN_PATH}/prompt.cfg diff --git a/templates/syslinux/normal/prompt.cfg b/templates/syslinux/normal/prompt.cfg index 26d5517..97ed60c 100644 --- a/templates/syslinux/normal/prompt.cfg +++ b/templates/syslinux/normal/prompt.cfg @@ -1,6 +1,6 @@ prompt 1 timeout 0 default live -display boot.txt -include menu.cfg -include help.cfg +display {$LIVE_SCREEN_PATH}/boot.txt +include {$LIVE_SCREEN_PATH}/menu.cfg +include {$LIVE_SCREEN_PATH}/help.cfg |