use 8.8.8.8 as NS for now
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 14 Apr 2012 14:15:59 +0000 (16:15 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 14 Apr 2012 14:15:59 +0000 (16:15 +0200)
input/howto/install-kvm.creole

index aa8051c..c72af39 100644 (file)
@@ -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:
 
 {{{