Difference between revisions of "Xen"
From CBLFS
Jump to navigationJump to searchLine 15: | Line 15: | ||
cp -av /boot/config-2.6.20.1 /source/xen-3.1.0-src/.config | cp -av /boot/config-2.6.20.1 /source/xen-3.1.0-src/.config | ||
− | make kernels | + | # make kernels # |
+ | |||
+ | make ARCH=xen oldconfig | ||
+ | |||
+ | make install-twisted | ||
+ | |||
+ | make install-logging | ||
+ | |||
+ | make install-iptables | ||
+ | |||
+ | make install-xen | ||
+ | |||
+ | make install-tools |
Revision as of 02:46, 16 June 2007
http://www.xensource.com/download/
http://www.xensource.com/download/dl_31tarballs.html
http://bits.xensource.com/oss-xen/release/3.1.0/src.tgz/xen-3.1.0-src.tgz
Pure64
mkdir -v /sources
tar xvf /CBLFS/xen-3.1.0-src.tgz -C /sources/
cd /sources/xen-3.1.0-src/
cp -av /boot/config-2.6.20.1 /source/xen-3.1.0-src/.config
- make kernels #
make ARCH=xen oldconfig
make install-twisted
make install-logging
make install-iptables
make install-xen
make install-tools