summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-03-12 13:17:12 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-12 13:17:12 +0100
commit16d536109483fb7123292cf3e37ff326f04520fe (patch)
tree3a67073a700b9c0b07c32721056e9b80ad3c258d
parentb30fc5b48f5e63e09952ee8940fbaab45b4c6bef (diff)
downloadvyos-live-build-16d536109483fb7123292cf3e37ff326f04520fe.tar.gz
vyos-live-build-16d536109483fb7123292cf3e37ff326f04520fe.zip
Building standard image flavour with included --tasks standard.
-rwxr-xr-xfunctions/defaults.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 39c85e97e..3d695069c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -730,6 +730,11 @@ Set_defaults ()
LB_APT="apt-get"
;;
+ standard)
+ LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|standard||') standard"
+ LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||') standard"
+ ;;
+
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"