live-build/auto/config: when run with SUBPROJECT=system-image add ubuntu-core task to the ubuntu-core build

ubuntu/yakkety
Michael Vogt 11 years ago
parent 73f29eee0d
commit 22ce1e0085

@ -324,6 +324,13 @@ case $PROJECT in
ubuntu-core) ubuntu-core)
add_task install minimal add_task install minimal
# mvo: This is for cron.daily-preinstalled
# CDIMAGE_PREINSTALLED is not passed from build.py
# and PREINSTALLED means something different. So
# we use SUBPROJECT to pass on the information
if [ "$SUBPROJECT" = "system-image" ]; then
add_task install ubuntu-core
fi
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
;; ;;

Loading…
Cancel
Save