X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-kvm.creole;h=c72af39489a728a20a34fc2349c22cf7ecf4f434;hb=47ee381fc4a4c3ffb8dd96d506446772e57f109f;hp=aa8051c82ff4b16f624f5924f5dfc0ad03844aef;hpb=4ba7b28090d093549593965c9c18e95b5e10e71f;p=mirror%2Fdsa-wiki.git 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: {{{