Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Installation on Debian/old

657 bytes added, 12:41, 30 May 2007
install the kernel-image
# apt-get install <linux-image>
</pre>
 
=== using the OpenVZ kernel-patch from Debian ===
 
install the kernel-patch, kernel-source and the vz-tools:
<pre>
# apt-get install linux-source kernel-patch-openvz vzctl vzquota
</pre>
 
unpack the kernel:
<pre>
# cd /usr/src
# tar xjf linux-source-2.6.18.tar.bz2
</pre>
 
copy the config of you "normal" kernel:
<pre>
# cd linux-source-2.6.18
# cp /boot/config
# cp /boot/config-2.6.18-4-686 .config
</pre>
 
build the kernel packages:
<pre>
# make-kpkg --append_to_version -1-openvz --added_patches=openvz --revision=1 buildpackage --initrd
</pre>
 
install the packages:
<pre>
# dpkg -i *.deb
</pre>
 
Now you can reboot into the new kernel, ejoy.
=== precompiled kernel images at debian.systs.org ===
5
edits