mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 21:52:28 +00:00
Merge lp:~mwhudson/livecd-rootfs/subiquity-ordering
This commit is contained in:
commit
81f44354e3
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,8 +1,14 @@
|
|||||||
livecd-rootfs (2.468) UNRELEASED; urgency=medium
|
livecd-rootfs (2.468) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Dimitri John Ledkov ]
|
||||||
* Drop obsolete fix-ups of resolv.conf, debootstrap should now result in
|
* Drop obsolete fix-ups of resolv.conf, debootstrap should now result in
|
||||||
correct symlink to resolved without any further fixes.
|
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 <xnox@ubuntu.com> Mon, 02 Oct 2017 14:29:11 +0100
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 02 Oct 2017 14:29:11 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.467) artful; urgency=medium
|
livecd-rootfs (2.467) artful; urgency=medium
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Subiquity, the installer for Ubuntu Server
|
Description=Subiquity, the installer for Ubuntu Server
|
||||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||||
After=rc-local.service
|
After=rc-local.service snap.subiquity.started.service
|
||||||
Requires=snapd.service
|
Requires=snapd.service
|
||||||
IgnoreOnIsolate=yes
|
IgnoreOnIsolate=yes
|
||||||
ConditionPathExists=/dev/tty0
|
ConditionPathExists=/dev/tty0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user