diff --git a/debian/changelog b/debian/changelog index e6d60a50..62368f2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 25 May 2016 14:26:07 +0200 livecd-rootfs (2.410) yakkety; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index 336e5186..96238f8e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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'