Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Compiling the OpenVZ kernel (the Debian way)

301 bytes added, 18:51, 28 January 2010
Installing sources
== Lenny and above ==
 
Debian Lenny already includes an openvz kernel (linux-image-${version}-openvz-${arch}), so the manual compilation is not necessary in many cases.
 
== Installing sources ==
To On Etch, to install the kernel-source and the OpenVZ kernel patch, run:
# apt-get install kernel-package linux-source-2.6.18 kernel-patch-openvz libncurses5-dev
For Debian version lenny and later you Lenny running kernels before 2.6.29 run the following instead:
# apt-get install kernel-package linux-source-2.6.18 linux-patch-openvz libncurses5-dev
orSince kernel 2.6.29 the patch is now included in Debian kernel source. Run only the following and ignore references to the patch further down this page: # apt-get install kernel-package linux-source-2.6.24 linux-patch-openvz libncurses5-dev
== Unpacking ==
Anonymous user