[SCM] live-build branch, debian, updated. debian/3.0_a16-1-18-g26ad091

Daniel Baumann daniel at debian.org
Wed May 18 17:56:46 UTC 2011


The following commit has been merged in the debian branch:
commit 57e2fac99b05dd62dacb5b086a39552b6857e37a
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon May 16 22:08:22 2011 +0200

    Switching to apt as tasksel for all distributions, except Debian squeeze.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index cbdf1af..2aa677f 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -214,13 +214,13 @@ Set_defaults ()
 	fi
 
 	# Setting tasksel
-	case "${LB_MODE}" in
-		ubuntu)
-			LB_TASKSEL="${LB_TASKSEL:-apt}"
+	case "${LB_DISTRIBUTION}" in
+		squeeze)
+			LB_TASKSEL="${LB_TASKSEL:-tasksel}"
 			;;
 
 		*)
-			LB_TASKSEL="${LB_TASKSEL:-tasksel}"
+			LB_TASKSEL="${LB_TASKSEL:-apt}"
 			;;
 	esac
 

-- 
live-build



More information about the debian-live-changes mailing list