Created
February 28, 2016 18:19
-
-
Save AGhost-7/1b0bc4982696cc114e25 to your computer and use it in GitHub Desktop.
Basic install to get a VM with KVM kernel features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Most tutorials tell you to install `qemu-kvm`, which I don't | |
| # recomend. The KVM features were merged back into upstream | |
| # QEMU a while ago, and I suspect that the `qemu-kvm` project | |
| # has stagnated. | |
| # Source: http://wiki.qemu.org/KVM | |
| sudo apt-get install qemu -y | |
| # Optional GUI | |
| sudo apt-get install virt-manager -y | |
| # You need to reboot for this to work... | |
| sudo reboot now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment