From b5638379a412d41153f59be00c002015a4e42a80 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Thu, 5 Oct 2017 21:39:24 +1300 Subject: [PATCH] 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) --- debian/changelog | 8 ++++++++ .../overlay/lib/systemd/system/subiquity.service | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 946fbfad..4a52325e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.468) UNRELEASED; urgency=medium + + * 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) + + -- Michael Hudson-Doyle Thu, 05 Oct 2017 21:37:38 +1300 + livecd-rootfs (2.467) artful; urgency=medium * fix remaining wrong references to /etc/default/grub.d/40-partuuid 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