summaryrefslogtreecommitdiff
path: root/templates/syslinux/menu
diff options
context:
space:
mode:
authorJesse Hathaway <jesse@mbuki-mvuki.org>2007-10-13 13:34:59 -0400
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:27 +0100
commit1bea707a71a750a1277376758d5a73df2261cb47 (patch)
tree25b4db3ae62a2c024afe0cbd9544c4b764cc298b /templates/syslinux/menu
parent2a5637facdd807d7724251a9983d4c90a676c5c3 (diff)
downloadlive-build-1bea707a71a750a1277376758d5a73df2261cb47.zip
live-build-1bea707a71a750a1277376758d5a73df2261cb47.tar.gz
Unify syslinux code, so that pxelinux isolinux & usb-hdd
share more code. Change pxelinux directory setup to match debian installer Change syslinux templates to use {$VAR} syntax so the templates are easier to read Remove etch support for syslinux, since INCLUDE syntax is not available in etch syslinux v3.31
Diffstat (limited to 'templates/syslinux/menu')
-rw-r--r--templates/syslinux/menu/footer.cfg2
-rw-r--r--templates/syslinux/menu/header.cfg6
-rw-r--r--templates/syslinux/menu/prompt.cfg6
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/syslinux/menu/footer.cfg b/templates/syslinux/menu/footer.cfg
index a59d9dc..beef0f4 100644
--- a/templates/syslinux/menu/footer.cfg
+++ b/templates/syslinux/menu/footer.cfg
@@ -1,4 +1,4 @@
label help
menu label ^Help
say
- config prompt.cfg
+ config {$LIVE_SCREEN_PATH}/prompt.cfg
diff --git a/templates/syslinux/menu/header.cfg b/templates/syslinux/menu/header.cfg
index 9452115..56c5efd 100644
--- a/templates/syslinux/menu/header.cfg
+++ b/templates/syslinux/menu/header.cfg
@@ -1,10 +1,10 @@
-default data/vesamenu.c32
-font data/iso01.f14.psf
+default {$LIVE_DATA_PATH}/vesamenu.c32
+font {$LIVE_DATA_PATH}/iso01.f14.psf
timeout 1000
prompt 0
-menu background data/splash.png
+menu background {$SPLASH}
menu color title * #ffffffff *
menu color border * #00000000 #00000000 none
menu color sel * #ffffffff #76a1d0ff *
diff --git a/templates/syslinux/menu/prompt.cfg b/templates/syslinux/menu/prompt.cfg
index 8a46c52..d5b1831 100644
--- a/templates/syslinux/menu/prompt.cfg
+++ b/templates/syslinux/menu/prompt.cfg
@@ -1,6 +1,6 @@
prompt 1
timeout 0
default live
-display f1.txt
-include menu.cfg
-include help.cfg
+display {$LIVE_SCREEN_PATH}/f1.txt
+include {$LIVE_SCREEN_PATH}/menu.cfg
+include {$LIVE_SCREEN_PATH}/help.cfg