mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
Import patches-unapplied version 2.468 to ubuntu/artful-proposed
Imported using git-ubuntu import. Changelog parent: b05311165170c07d65bc27ea8edf27434c54efca New changelog entries: [ 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)
This commit is contained in:
parent
b053111651
commit
577646d435
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
|||||||
|
livecd-rootfs (2.468) artful; 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)
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Fri, 06 Oct 2017 12:52:43 +1300
|
||||||
|
|
||||||
livecd-rootfs (2.467) artful; urgency=medium
|
livecd-rootfs (2.467) artful; urgency=medium
|
||||||
|
|
||||||
* fix remaining wrong references to /etc/default/grub.d/40-partuuid
|
* fix remaining wrong references to /etc/default/grub.d/40-partuuid
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../run/resolvconf/resolv.conf
|
|
@ -1 +0,0 @@
|
|||||||
../run/resolvconf/resolv.conf
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
ln -snf ../run/resolvconf/resolv.conf /etc/resolv.conf
|
|
@ -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