diff options
author | Daniel Baumann <daniel@debian.org> | 2010-12-12 13:42:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:31 +0100 |
commit | 262cbb3461ed8873eb006625f2deaaaca96b0240 (patch) | |
tree | ca23675c52ee465e5884a963887679f214b00997 | |
parent | c570fc4e7c827b5a409ff51178dbfd345e784001 (diff) | |
download | vyos-live-build-262cbb3461ed8873eb006625f2deaaaca96b0240.tar.gz vyos-live-build-262cbb3461ed8873eb006625f2deaaaca96b0240.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 8f556a8ed..aee2a3c06 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 ;; |