From ddbf68ff41f8d2e31f1eb969c2bf41cd2db87c22 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 12 Mar 2011 13:43:32 +0100 Subject: Also including the standard task when building the rescue default flavour. --- functions/defaults.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/defaults.sh b/functions/defaults.sh index 3d695069c..53509cbbc 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" -- cgit v1.2.3