Drop obsolete fix-ups of resolv.conf, debootstrap should now result in

correct symlink to resolved without any further fixes.
This commit is contained in:
Dimitri John Ledkov 2017-10-02 14:29:52 +01:00
parent 8eea25278d
commit 35e801f00a
4 changed files with 7 additions and 5 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.465) 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.464) artful; urgency=medium
* Ignore failure of new autopkgtest on ppc64el, where it's not a

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