Skip to content

Instantly share code, notes, and snippets.

@vlpeng
Created July 11, 2012 16:32
Show Gist options
  • Save vlpeng/3091576 to your computer and use it in GitHub Desktop.
Save vlpeng/3091576 to your computer and use it in GitHub Desktop.
Xen @ CentOS
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