Created
August 10, 2014 00:11
-
-
Save dysinger/bf99f0d0d1b31fe584c4 to your computer and use it in GitHub Desktop.
Install HaLVM
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
| sudo yum update -y | |
| sudo yum groupinstall -y "Development Tools" | |
| sudo yum install -y SDL bridge-utils grub2-tools libaio libuuid-devel ocaml-runtime python-lxml qemu-img wget yajl | |
| wget -r -np --continue http://uhsure.com/halvm-xen-rpms/20/ | |
| sudo rpm -i `find uhsure.com -name '*.rpm'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment