Xen: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 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 03: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

  1. make kernels #

make ARCH=xen oldconfig

make install-twisted

make install-logging

make install-iptables

make install-xen

make install-tools

Retrieved from "?title=Xen&oldid=10263"