[SCM] live-build branch, debian-old-2.0, updated. 16be875db2f98b396b843b5d5ef6958857d838aa
Daniel Baumann
daniel at debian.org
Sat Mar 12 12:44:03 UTC 2011
The following commit has been merged in the debian-old-2.0 branch:
commit 16be875db2f98b396b843b5d5ef6958857d838aa
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Mar 12 13:43:57 2011 +0100
Also including the standard task when building the rescue default flavour.
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 1055e61..23842fd 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -724,6 +724,11 @@ Set_defaults ()
LB_TASKS="$(echo ${LB_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"
+ ;;
+
gnome-desktop)
LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
case "${LB_DISTRIBUTION}" in
--
live-build
More information about the debian-live-changes
mailing list