From aa2c9f94da106dcb175453c5eedf09b7be532348 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 1 Feb 2010 09:09:55 +0100
Subject: Adding support for gfxboot.
---
helpers/lh_binary_syslinux | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index ee1d961..ba7f9d5 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -199,7 +199,7 @@ Copy_syslinux_templates ()
case "${LH_SYSLINUX_MENU}" in
gfxboot)
- # to be implemented
+ MENUMODULE="gfxboot.c32"
;;
menu)
@@ -277,7 +277,7 @@ Copy_syslinux_templates ()
rm -f ${SCREEN_PATH}/*.install*
fi
- if [ "${LH_SYSLINUX_MENU}" = "true" ]
+ if [ "${LH_SYSLINUX_MENU}" != "false" ]
then
rm -f ${DATA_PATH}/boot.txt
fi
--
cgit v1.0