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

Daniel Baumann daniel at debian.org
Sat Feb 20 13:41:09 UTC 2010


The following commit has been merged in the debian-next branch:
commit d6eed86e27119aa5d8aab238ce1aa2330a5eb558
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 20 14:37:07 2010 +0100

    Updating image autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 8ee22f6..6f6d9f5 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -18,6 +18,8 @@ DATE="$(date +%Y%m%d)"
 APT_RECOMMENDS="true"
 BINARY_INDICES="true"
 DEBIAN_INSTALLER="live"
+DEBIAN_INSTALLER_GUI="true"
+PACKAGES="--packages live-installer-launcher"
 TASKSEL="tasksel"
 
 # Distribution specific options (ugly!)
@@ -26,6 +28,7 @@ case "${DISTRIBUTION}" in
 		APT_RECOMMENDS="false"
 		BINARY_INDICES="true"
 		DEBIAN_INSTALLER="false"
+		PACKAGES=""
 		TASKSEL="aptitude"
 
 		case "${ARCHITECTURE}" in
@@ -56,6 +59,10 @@ case "${DISTRIBUTION}" in
 				;;
 		esac
 		;;
+
+	squeeze)
+		DEBIAN_INSTALLER_GUI="false"
+		;;
 esac
 
 # Build images
@@ -81,10 +88,12 @@ do
 			--binary-indices ${BINARY_INDICES} \
 			--cache-stages "bootstrap rootfs" \
 			--debian-installer ${DEBIAN_INSTALLER} \
+			--debian-installer-gui ${DEBIAN_INSTALLER_GUI} \
 			--distribution ${DISTRIBUTION} \
 			--mirror-bootstrap ${MIRROR} \
 			--mirror-chroot ${MIRROR} \
 			--mirror-chroot-security ${MIRROR_SECURITY} \
+			${PACKAGES} \
 			--packages-lists ${FLAVOUR} \
 			--source ${SOURCE} \
 			--tasksel ${TASKSEL} ${KERNEL}

-- 
live-helper



More information about the debian-live-changes mailing list