[SCM] live-build branch, debian-old-1.0, updated. 2a0c6465b784e6c3663a333c2e8c862b193fc8dc

Daniel Baumann daniel at debian.org
Sat Mar 12 12:45:17 UTC 2011


The following commit has been merged in the debian-old-1.0 branch:
commit 2a0c6465b784e6c3663a333c2e8c862b193fc8dc
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 12 13:45:12 2011 +0100

    Correcting variables names for standard and rescue package lists and tasks automagics for default flavours.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index f47d781..245bf20 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -662,13 +662,13 @@ Set_defaults ()
 				;;
 
 			standard)
-				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||') standard"
-				LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||') standard"
+				LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|standard||') standard"
+				LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||') standard"
 				;;
 
 			rescue)
-				LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
-				LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
+				LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
+				LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|rescue||') standard rescue"
 				;;
 
 			gnome-desktop)

-- 
live-build



More information about the debian-live-changes mailing list