[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-41-gb058ad1

Daniel Baumann daniel at debian.org
Fri Apr 17 19:35:53 UTC 2009


The following commit has been merged in the master branch:
commit b058ad1ae704b98a1237fb067b157d4d17cd1d87
Author: Cody A.W. Somerville <cody.somerville at canonical.com>
Date:   Fri Apr 17 21:32:48 2009 +0200

    Updating defaults.sh to correctly set default LH_CATEGORIES when in Ubuntu mode.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5f5deef..8ad360f 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -406,7 +406,15 @@ Set_defaults ()
 	# Setting categories value
 	if [ -z "${LH_CATEGORIES}" ]
 	then
-		LH_CATEGORIES="main"
+		case "${LH_MODE}" in
+			ubuntu)
+				LH_CATEGORIES="main restricted"
+				;;
+
+			*)
+				LH_CATEGORIES="main"
+				;;
+		esac
 	fi
 
 	## config/chroot

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list