[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 69bc7a7a5a123fdec9b6cc16f2b9adb0d8ec91e6
Author: Daniel Baumann <daniel at debian.org>
Date: Sat Mar 12 13:44:17 2011 +0100
Also including the standard task when building the rescue default flavour.
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5b9a992..f47d781 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -666,6 +666,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)
LH_PACKAGES_LISTS="$(echo ${LH_PACKAGES_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
LH_TASKS="$(echo ${LH_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||') standard gnome-desktop desktop"
--
live-build
More information about the debian-live-changes
mailing list