Building standard image flavour with included --tasks standard.
This commit is contained in:
parent
b30fc5b48f
commit
16d5361094
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue