Building standard image flavour with included --tasks standard.

This commit is contained in:
Daniel Baumann 2011-03-12 13:17:12 +01:00
parent b30fc5b48f
commit 16d5361094
1 changed files with 5 additions and 0 deletions

View File

@ -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"