Remove the systemd-sysv- line from ubuntu-touch config routines.

core-include-dmsetup
Łukasz 'sil2100' Zemczak 8 years ago
parent 58dd50b464
commit 66aaa4ab40

3
debian/changelog vendored

@ -2,6 +2,9 @@ livecd-rootfs (2.408.6) UNRELEASED; urgency=medium
* Add additional hints to ubuntu-touch* i386/amd64 image builds to pull in * Add additional hints to ubuntu-touch* i386/amd64 image builds to pull in
the gles version of the UITK. the gles version of the UITK.
* Now that we have have systemd working on ubuntu-touch, remove the
systemd-sysv- in add_package config to make sure we can build an image with
systemd as the init system.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 03 Oct 2016 14:14:43 +0200 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 03 Oct 2016 14:14:43 +0200

@ -426,7 +426,7 @@ case $PROJECT in
HINTS="$HINTS qml-module-ubuntu-components-gles unity8" HINTS="$HINTS qml-module-ubuntu-components-gles unity8"
;; ;;
esac esac
add_package install ubuntu-minimal ubuntu-touch systemd-sysv- $HINTS add_package install ubuntu-minimal ubuntu-touch $HINTS
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'

Loading…
Cancel
Save