Stop explicitly removing systemd-sysv for touch.

This commit is contained in:
Adam Conrad 2016-05-26 21:02:25 -06:00
commit 1463239cb2
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -12,6 +12,9 @@ livecd-rootfs (2.411) UNRELEASED; urgency=medium
* adjust motd message on snappy (capitalize "Snappy Ubuntu Core" and replace
the "snappy --help" with "snap --help"
[ Adam Conrad ]
* Stop explicitly removing systemd-sysv for touch.
-- Oliver Grawert <ogra@ubuntu.com> Wed, 25 May 2016 14:26:07 +0200
livecd-rootfs (2.410) yakkety; urgency=medium

View File

@ -413,7 +413,7 @@ case $PROJECT in
else
meta_package=ubuntu-pocket-desktop
fi
add_package install ubuntu-minimal $meta_package systemd-sysv- packagekit ubuntu-system-settings-online-accounts
add_package install ubuntu-minimal $meta_package packagekit ubuntu-system-settings-online-accounts
COMPONENTS='main restricted universe'
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'