Skip to content
Snippets Groups Projects
Commit 386dedc6 authored by Florian Sesser's avatar Florian Sesser
Browse files

Add documentation how to switch to KVM

parent ead9a685
No related branches found
No related tags found
2 merge requests!396Support QEmu local grid,!384update production
Pipeline #4911 passed
......@@ -33,6 +33,14 @@ Use the local development environment
vagrant up --provider=libvirt
Optionally, to switch from QEMU to KVM virtualization, edit the virtual machine definition of all the machines and replace the "qemu" on the first line with "kvm":
sudo virsh list
sudo virsh edit <machine id> (once for every machine)
vagrant halt
vagrant up
4. Then, add the Vagrant SSH configuration to your user's ``~/.ssh/config`` file::
install -d ~/.ssh ; vagrant ssh-config >> ~/.ssh/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment