diff --git a/debian/changelog b/debian/changelog index c8f455c8..2bfb5fb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ livecd-rootfs (2.468) UNRELEASED; urgency=medium + [ Dimitri John Ledkov ] * Drop obsolete fix-ups of resolv.conf, debootstrap should now result in correct symlink to resolved without any further fixes. + [ Michael Hudson-Doyle ] + * Have subiquity.service order after on a service defined by the subiquity + snap, which in turn will order after the job that mounts the subiquity + snap. (LP: #1721414) + -- Dimitri John Ledkov Mon, 02 Oct 2017 14:29:11 +0100 livecd-rootfs (2.467) artful; urgency=medium diff --git a/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service index 5756d5b9..7baf00fa 100644 --- a/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service +++ b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity.service @@ -1,7 +1,7 @@ [Unit] Description=Subiquity, the installer for Ubuntu Server After=systemd-user-sessions.service plymouth-quit-wait.service -After=rc-local.service +After=rc-local.service snap.subiquity.started.service Requires=snapd.service IgnoreOnIsolate=yes ConditionPathExists=/dev/tty0