* live-build/auto/config: Enable universe for system-image ubuntu-core

sub-project which requires 'system-image-cli'.
This commit is contained in:
James Hunt 2014-07-30 16:43:25 +01:00
parent 46c8a87152
commit 5d24b90fcd

View File

@ -330,6 +330,8 @@ case $PROJECT in
# we use SUBPROJECT to pass on the information
if [ "$SUBPROJECT" = "system-image" ]; then
add_task install ubuntu-core
# universe needed for 'system-image-cli'
COMPONENTS='main restricted universe'
fi
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
;;