From: Martin Zobel-Helas Date: Sat, 14 Apr 2012 14:15:59 +0000 (+0200) Subject: use 8.8.8.8 as NS for now X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=47ee381fc4a4c3ffb8dd96d506446772e57f109f use 8.8.8.8 as NS for now --- 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: {{{