Created
July 11, 2012 16:32
-
-
Save vlpeng/3091576 to your computer and use it in GitHub Desktop.
Xen @ CentOS
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
http://wiki.xen.org/wiki/Compiling_Xen_From_Source | |
http://wiki.xen.org/wiki/RHEL6_Xen4_Tutorial | |
hg clone -r 25364 http://xenbits.xen.org/hg/xen-unstable.hg | |
vi /etc/sysconfig/selinux | |
SELINUX=disabled | |
yum clean all | |
yum update -y | |
eboot | |
yum groupinstall "Development tools" "Additional Development" "Debugging Tools" "System administration tools" "Compatibility libraries" "Console internet tools" "Desktop Platform Development" -y | |
yum install transfig wget texi2html libaio-devel dev86 glibc-devel e2fsprogs-devel gitk mkinitrd iasl xz-devel bzip2-devel pciutils-libs pciutils-devel SDL-devel libX11-devel gtk2-devel bridge-utils PyXML qemu-common qemu-img mercurial texinfo libuuid-devel glibc-devel.i686 -y | |
./configure --enable-githttp | |
make world | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment