diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-12 13:41:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:39 +0100 |
commit | 5588afd293ccf394350f5f8d777a2121ecc29b57 (patch) | |
tree | 36319f08e3c60540c4a3b1e31a40c77a15b8e070 | |
parent | 239154b2500c56319bd05e86e219bf553b9fc5d6 (diff) | |
download | vyos-live-build-5588afd293ccf394350f5f8d777a2121ecc29b57.tar.gz vyos-live-build-5588afd293ccf394350f5f8d777a2121ecc29b57.zip |
Adding debian-installer-launcher in prebuilt images.
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index da8cef404..b16d992e7 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -722,6 +722,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 ;; @@ -736,6 +737,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 ;; @@ -749,6 +751,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 ;; @@ -763,6 +766,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 ;; |