From 1bea707a71a750a1277376758d5a73df2261cb47 Mon Sep 17 00:00:00 2001 From: Jesse Hathaway Date: Sat, 13 Oct 2007 13:34:59 -0400 Subject: 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 --- templates/syslinux/normal/prompt.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/syslinux/normal/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 -- cgit v1.2.3