From 47ee381fc4a4c3ffb8dd96d506446772e57f109f Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 14 Apr 2012 16:15:59 +0200 Subject: [PATCH] use 8.8.8.8 as NS for now --- input/howto/install-kvm.creole | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/input/howto/install-kvm.creole b/input/howto/install-kvm.creole index aa8051c..c72af39 100644 --- a/input/howto/install-kvm.creole +++ b/input/howto/install-kvm.creole @@ -199,6 +199,14 @@ And set a password: chroot . passwd }}} +Set a nameserver config that works once the VM has booted. Later in the process we will install unbound anyway. +{{{ +cat > etc/resolv.conf << EOF +nameserver 8.8.8.8 +search debian.org +EOF +}}} + And unmount: {{{ -- 2.20.1