mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-15 04:41:30 +00:00
* live-build/auto/config: Enable universe for system-image ubuntu-core
sub-project which requires 'system-image-cli'.
This commit is contained in:
parent
46c8a87152
commit
5d24b90fcd
@ -330,6 +330,8 @@ case $PROJECT in
|
|||||||
# we use SUBPROJECT to pass on the information
|
# we use SUBPROJECT to pass on the information
|
||||||
if [ "$SUBPROJECT" = "system-image" ]; then
|
if [ "$SUBPROJECT" = "system-image" ]; then
|
||||||
add_task install ubuntu-core
|
add_task install ubuntu-core
|
||||||
|
# universe needed for 'system-image-cli'
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
fi
|
fi
|
||||||
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user