Skip to content

Commit

Permalink
Merge pull request #690 from xsgordon/install-qemu-kvm
Browse files Browse the repository at this point in the history
Install qemu-kvm as part of Libvirt flow
  • Loading branch information
openshift-merge-robot authored Dec 5, 2018
2 parents 732b553 + 23b3682 commit 8c504c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/libvirt-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If it is missing, try some of the ideas [here][kvm-install].
On Fedora, CentOS/RHEL:

```sh
sudo yum install libvirt libvirt-devel
sudo yum install libvirt libvirt-devel libvirt-daemon-kvm qemu-kvm
```

Then start libvirtd:
Expand Down

0 comments on commit 8c504c0

Please sign in to comment.