use 8.8.8.8 as NS for now
[mirror/dsa-wiki.git] / 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:
 
 {{{