diff --git a/debian/changelog b/debian/changelog index 9d0d30b6..a5ec11a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot b/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot index ef2d94c8..3da4e2cf 100755 --- a/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot +++ b/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot @@ -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