Skip to content

Commit

Permalink
added corrections based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Oct 15, 2018
1 parent b549329 commit c910dcb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/development/virtual_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Add your user to the libvirtd group:
sudo addgroup libvirtd
sudo usermod -a -g libvirtd $USER
Install the required Vagrant plugins for converting and using libvirt boxes:
Install the required Vagrant plugins for converting and using libvirt boxes:

.. code:: sh
Expand Down Expand Up @@ -203,12 +203,14 @@ Add your user to the kvm group to give it permission to run KVM:
sudo modprobe kvm
sudo modprobe kvm_intel
Log out, then log in again. Verify that libvirt is installed:
Log out, then log in again. Verify that libvirt is installed and your system
supports KVM:

.. code:: sh
sudo libvirtd --version
[ `egrep -c 'flags\s*:.*(vmx|svm)' /proc/cpuinfo` -gt 0 ] && \
echo "KVM supported!" || echo "KVM not supported..."
Set libvirt as the default provider
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit c910dcb

Please sign in to comment.