3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-04-14 04:31:16 +00:00

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

This commit is contained in:
Łukasz 'sil2100' Zemczak 2016-10-06 14:41:45 +02:00
parent 58dd50b464
commit 66aaa4ab40
2 changed files with 4 additions and 1 deletions
debian
live-build/auto

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
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

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