[SCM] live-helper branch, debian-next, updated. debian/2.0_a6-1-3-gaaca8c1

Daniel Baumann daniel at debian.org
Mon Feb 1 08:39:55 UTC 2010


The following commit has been merged in the debian-next branch:
commit aaca8c1f1a862fc8a6f35aa6943793e954582d44
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Feb 1 09:09:55 2010 +0100

    Adding support for gfxboot.

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

-- 
live-helper



More information about the debian-live-changes mailing list