diff --git a/debian/changelog b/debian/changelog index 4975f4d3..72bc0808 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.248) UNRELEASED; urgency=medium + + * live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure + resolv.conf for Ubuntu Core. + + -- James Hunt Fri, 26 Sep 2014 15:33:45 +0100 + livecd-rootfs (2.247) utopic; urgency=medium * live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: diff --git a/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot b/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot new file mode 100755 index 00000000..ef2d94c8 --- /dev/null +++ b/live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot @@ -0,0 +1,3 @@ +#!/bin/sh -x + +ln -s /run/resolvconf/resolv.conf /etc/resolv.conf