X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-kvm.creole;h=c72af39489a728a20a34fc2349c22cf7ecf4f434;hb=ef56d88b1b710e8c3577a26ea63f93fe2592bfc2;hp=aa8051c82ff4b16f624f5924f5dfc0ad03844aef;hpb=310051f8594cda4a443aecaec98dfb4c1fcb3b28;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: {{{