XEN - 3.3 install debian etch
Jump to navigation
Jump to search
Grab sources and unpack
wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz tar xzvf xen-3.3.0.tar.gz
Install needed software
apt-get install mercurial yaird iproute bridge-utils python-twisted \ binutils zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap \ libcurl3-dev libncurses5-dev x-dev build-essential gettext gawk pciutils-dev
Prepare and make new kernel
cd xen-3.3 make prep-kernels cp /boot/config-current kernel build-linux-2.6.18-xen_x86_32/.config make dist cd dist sh install.sh