mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Do not start subiquity until cloud-final and snapd.seeded have completed.
This commit is contained in:
parent
54c68b69b4
commit
6e68a3f13c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.651) UNRELEASED; urgency=medium
|
||||
|
||||
* Do not start subiquity until cloud-final and snapd.seeded have
|
||||
completed.
|
||||
|
||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Fri, 06 Mar 2020 13:38:35 +0100
|
||||
|
||||
livecd-rootfs (2.650) focal; urgency=medium
|
||||
|
||||
* Support generating a .disk/info file via ubuntu-image from the passed-in
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Subiquity, the installer for Ubuntu Server %I
|
||||
BindsTo=dev-%i.device
|
||||
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service cloud-final.service snapd.seeded.service
|
||||
After=rc-local.service
|
||||
ConditionPathExists=!/run/subiquity/complete
|
||||
StartLimitInterval=0
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
IgnoreOnIsolate=yes
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service cloud-final.service snapd.seeded.service
|
||||
ConditionPathExists=!/run/subiquity/complete
|
||||
|
||||
[Service]
|
||||
|
Loading…
x
Reference in New Issue
Block a user