Skip to content

Commit

Permalink
Merge pull request #1556 from upmc-enterprises/driversDoc
Browse files Browse the repository at this point in the history
Document how to use KVM on Ubuntu 17.04
  • Loading branch information
r2d4 authored Jun 5, 2017
2 parents b8a6080 + 99427c9 commit baa724d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ $ sudo apt install libvirt-bin qemu-kvm
$ sudo yum install libvirt-daemon-kvm kvm
# Add yourself to the libvirtd group (use libvirt group for rpm based distros) so you don't need to sudo
# Debian/Ubuntu
# Debian/Ubuntu (NOTE: For Ubuntu 17.04 change the group to `libvirt`)
$ sudo usermod -a -G libvirtd $(whoami)
# Fedora/CentOS/RHEL
$ sudo usermod -a -G libvirt $(whoami)
# Update your current session for the group change to take effect
# Debian/Ubuntu
# Debian/Ubuntu (NOTE: For Ubuntu 17.04 change the group to `libvirt`)
$ newgrp libvirtd
# Fedora/CentOS/RHEL
$ newgrp libvirt
Expand Down

0 comments on commit baa724d

Please sign in to comment.