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

sub-project which requires 'system-image-cli'.
ubuntu/yakkety
James Hunt 11 years ago
parent 46c8a87152
commit 5d24b90fcd

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

Loading…
Cancel
Save