[SCM] live-build branch, debian-next, updated. debian/3.0_a18-1-8-g0a143c0

Richard Nelson unixabg at gmail.com
Fri Jun 10 18:07:23 UTC 2011


The following commit has been merged in the debian-next branch:
commit 0a143c01e40c6787ba0996f580c6dc154797d62a
Author: Richard Nelson <unixabg at gmail.com>
Date:   Fri Jun 10 13:01:36 2011 -0500

    Revert "Switching to apt as tasksel for all distributions, except Debian squeeze."
    
    This reverts commit 57e2fac99b05dd62dacb5b086a39552b6857e37a.

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

-- 
live-build



More information about the debian-live-changes mailing list