summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-12-12 13:42:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:31 +0100
commit262cbb3461ed8873eb006625f2deaaaca96b0240 (patch)
treeca23675c52ee465e5884a963887679f214b00997
parentc570fc4e7c827b5a409ff51178dbfd345e784001 (diff)
downloadlive-build-262cbb3461ed8873eb006625f2deaaaca96b0240.zip
live-build-262cbb3461ed8873eb006625f2deaaaca96b0240.tar.gz
Adding debian-installer-launcher in prebuilt images.
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 8f556a8..aee2a3c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -728,6 +728,7 @@ Set_defaults ()
*)
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||' -e 's|laptop||') standard gnome-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
esac
;;
@@ -742,6 +743,7 @@ Set_defaults ()
*)
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|kde-desktop||' -e 's|desktop||' -e 's|laptop||') standard kde-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
esac
;;
@@ -755,6 +757,7 @@ Set_defaults ()
*)
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|lxde-desktop||' -e 's|desktop||' -e 's|laptop||') standard lxde-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
esac
;;
@@ -769,6 +772,7 @@ Set_defaults ()
*)
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|xfce-desktop||' -e 's|desktop||' -e 's|laptop||') standard xfce-desktop desktop laptop"
+ LB_PACKAGES="$(echo ${LB_PACKAGES} | sed -e 's|debian-installer-launcher||') debian-installer-launcher"
;;
esac
;;