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 000000000..df3e15de2
--- /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 e65904917..368c3071a 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 58d978088..26e3115c7 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 26d5517d1..97ed60c95 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