[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-1-gfe2e19e

Daniel Baumann daniel at debian.org
Wed Feb 11 07:19:36 UTC 2009


The following commit has been merged in the master branch:
commit fe2e19ea297a04a298bd64b74b9018859300f0e6
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 11 08:17:57 2009 +0100

    Handling kernel selection properly in example images build script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 943ec44..5d891ea 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -33,20 +33,20 @@ do
 		then
 			case "${FLAVOUR}" in
 				standard|rescue|lxde-desktop|xfce-desktop)
-					KERNEL="486 686"
+					KERNEL="-p '486 686'"
 					;;
 
 				gnome-desktop|kde-desktop)
-					KERNEL="686"
+					KERNEL="-p '686'"
 					;;
 			esac
 		fi
 
 		if [ "${SOURCE}" = "enabled" ]
 		then
-			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --tasksel aptitude -k ${KERNEL} --source enabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY}
+			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --tasksel aptitude ${KERNEL} --source enabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY}
 		else
-			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --tasksel aptitude -k ${KERNEL} --source disabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY}
+			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --tasksel aptitude ${KERNEL} --source disabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY}
 		fi
 
 		if [ "${DISTRIBUTION}" = "sid" ]

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list