ubuntu-core: Add click-systemd to preinstalled image (currently only in

a PPA, so can't use tasks for this).
ubuntu/yakkety
Colin Watson 11 years ago
parent 8d793aaf6b
commit 9d264ef529

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.237) UNRELEASED; urgency=medium
* ubuntu-core: Add click-systemd to preinstalled image (currently only in
a PPA, so can't use tasks for this).
-- Colin Watson <cjwatson@ubuntu.com> Tue, 05 Aug 2014 13:28:42 +0200
livecd-rootfs (2.236) utopic; urgency=medium livecd-rootfs (2.236) utopic; urgency=medium
[ James Hunt ] [ James Hunt ]

@ -342,6 +342,10 @@ 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
# Only in
# ppa:ubuntu-foundations-team/ubuntu/ubuntu-core-system-image
# at the moment, and PPAs don't have tasks.
add_package install click-systemd
# universe needed for 'system-image-cli' # universe needed for 'system-image-cli'
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
fi fi

Loading…
Cancel
Save