From adb0cf2c536dbe60fc5fe3f2eee4d8594b63e870 Mon Sep 17 00:00:00 2001 From: James Hunt Date: Fri, 26 Sep 2014 15:34:53 +0100 Subject: [PATCH] live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure resolv.donf for Ubuntu Core. --- debian/changelog | 7 +++++++ live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot | 3 +++ 2 files changed, 10 insertions(+) create mode 100755 live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot diff --git a/debian/changelog b/debian/changelog index 92818f9e..ea2039cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.247) UNRELEASED; urgency=medium + + * live-build/ubuntu-core/hooks/06-handle_resolvconf.chroot: Configure + resolv.donf for Ubuntu Core. + + -- James Hunt Fri, 26 Sep 2014 15:33:45 +0100 + livecd-rootfs (2.246) utopic; urgency=medium * live-build/auto/config: Use ubuntukylin-live task for ubuntukylin, not 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