diff --git a/debian/changelog b/debian/changelog index 3c7f1ede..8448f5a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.290) UNRELEASED; urgency=medium + + * touch: Explicitly uninstall systemd-sysv, to help apt to install upstart + when the preferred "init" alternative is systemd-sysv. Also explicitly + install packagekit to help the problem resolver. Thanks Colin Watson! + (LP: #1428026) + + -- Martin Pitt Wed, 04 Mar 2015 12:02:48 +0100 + livecd-rootfs (2.289) vivid; urgency=medium * add info about /var/log ownership so it ends up in the ubuntu-touch build diff --git a/live-build/auto/config b/live-build/auto/config index 62cdd2b0..428b8704 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -410,7 +410,7 @@ case $PROJECT in ;; ubuntu-touch) - add_package install ubuntu-minimal ubuntu-touch + add_package install ubuntu-minimal ubuntu-touch systemd-sysv- packagekit COMPONENTS='main restricted universe' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'