[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-27-ga1d5c19

Daniel Baumann daniel at debian.org
Sat Feb 20 16:40:49 UTC 2010


The following commit has been merged in the debian-next branch:
commit a1d5c198c17c81389a74be9c1a67c7412015d1ea
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 20 17:36:47 2010 +0100

    Updating image autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index f051c1c..ea533c3 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -129,6 +129,12 @@ do
 			--source ${SOURCE} \
 			--tasksel ${TASKSEL} ${KERNEL}
 
+		# TEMPORARY HACK until memtest86+ maintainers fixes his package
+		if [ ${FLAVOUR} = rescue ]
+		then
+			lh config --memtest none
+		fi
+
 		lh build 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso.log
 
 		mv binary*.iso debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso

-- 
live-helper



More information about the debian-live-changes mailing list