summaryrefslogtreecommitdiff
path: root/templates/syslinux/normal
diff options
context:
space:
mode:
Diffstat (limited to 'templates/syslinux/normal')
-rw-r--r--templates/syslinux/normal/data/splash.rlebin0 -> 10489 bytes
-rw-r--r--templates/syslinux/normal/footer.cfg2
-rw-r--r--templates/syslinux/normal/header.cfg2
-rw-r--r--templates/syslinux/normal/prompt.cfg6
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/syslinux/normal/data/splash.rle b/templates/syslinux/normal/data/splash.rle
new file mode 100644
index 0000000..df3e15d
--- /dev/null
+++ b/templates/syslinux/normal/data/splash.rle
Binary files differ
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