diff options
author | Daniel Baumann <daniel@debian.org> | 2011-03-12 13:43:57 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-12 13:43:57 +0100 |
commit | 16be875db2f98b396b843b5d5ef6958857d838aa (patch) | |
tree | 1428fb138614be7e2f9ebbef1a46b7eed82fa6d2 | |
parent | e8c3f283dd668aa47dc0e9e868a14ca2cbf338ff (diff) | |
download | live-build-16be875db2f98b396b843b5d5ef6958857d838aa.zip live-build-16be875db2f98b396b843b5d5ef6958857d838aa.tar.gz |
Also including the standard task when building the rescue default flavour.
-rwxr-xr-x | functions/defaults.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |