From 5d24b90fcda85e9231686822b604e49fb0078958 Mon Sep 17 00:00:00 2001 From: James Hunt Date: Wed, 30 Jul 2014 16:43:25 +0100 Subject: [PATCH] * live-build/auto/config: Enable universe for system-image ubuntu-core sub-project which requires 'system-image-cli'. --- live-build/auto/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live-build/auto/config b/live-build/auto/config index e2bcea9b..9d49de44 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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" ;;