live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Remove

pre-existing /etc/resolv.conf.
This commit is contained in:
James Hunt 2014-10-06 13:25:55 +01:00
parent ec09c1b31c
commit 7fdb47c749
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.249) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Remove
pre-existing /etc/resolv.conf.
-- James Hunt <james.hunt@ubuntu.com> Mon, 06 Oct 2014 13:25:11 +0100
livecd-rootfs (2.248) utopic; urgency=medium
* live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure

View File

@ -1,3 +1,3 @@
#!/bin/sh -x
ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
ln -fs /run/resolvconf/resolv.conf /etc/resolv.conf