Merge lp:~xnox/livecd-rootfs/drop-harmful-resolv-fixes

This commit is contained in:
Steve Langasek 2017-10-05 09:06:29 -07:00
commit d18cb38c4e
4 changed files with 7 additions and 5 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.468) UNRELEASED; urgency=medium
* Drop obsolete fix-ups of resolv.conf, debootstrap should now result in
correct symlink to resolved without any further fixes.
-- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 02 Oct 2017 14:29:11 +0100
livecd-rootfs (2.467) artful; urgency=medium
* fix remaining wrong references to /etc/default/grub.d/40-partuuid

View File

@ -1 +0,0 @@
../run/resolvconf/resolv.conf

View File

@ -1 +0,0 @@
../run/resolvconf/resolv.conf

View File

@ -1,3 +0,0 @@
#!/bin/sh
ln -snf ../run/resolvconf/resolv.conf /etc/resolv.conf