mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +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:
commit
6ec9896524
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.232) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ James Hunt ]
|
||||||
|
* live-build/auto/config: Enable universe for system-image ubuntu-core
|
||||||
|
sub-project which requires 'system-image-cli'.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Jul 2014 17:53:15 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.231) utopic; urgency=medium
|
livecd-rootfs (2.231) utopic; urgency=medium
|
||||||
|
|
||||||
* Hard-code installation of libmirclientplatform-android and
|
* Hard-code installation of libmirclientplatform-android and
|
||||||
|
@ -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