[SCM] live-build branch, debian-next, updated. debian/3.0_a13-1-4-gddbf68f
Daniel Baumann
daniel at debian.org
Sat Mar 12 12:43:37 UTC 2011
The following commit has been merged in the debian-next branch:
commit ddbf68ff41f8d2e31f1eb969c2bf41cd2db87c22
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Mar 12 13:43:32 2011 +0100
Also including the standard task when building the rescue default flavour.
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 3d69506..53509cb 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -735,6 +735,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_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop"
--
live-build
More information about the debian-live-changes
mailing list