38
edits
Changes
misc grammar updates
= Etch (Stable) =
OpenVZ is now a part of Debian Etch repository. The packages are 'vzctl' and 'vzquota'.
== install the kernel-image ==
=== precompiled kernel images at download.openvz.org ===
</pre>
<pre>
# apt-get update
</pre>
<pre>
# apt-cache search linux-image-2.6.18-openvz
</pre>
<pre>
# apt-get install <linux-image>
</pre>
Choose a linux-image (version 028stab035.1) :
<pre>
ovzkernel-2.6.18 (i386 and amd64)
Unpack the kernel-source:
<pre>
# cd /usr/src
Now you can apply the openvz kernel patch and modify your kernel-config:
<pre>
# ../kernel-patches/all/apply/openvz
You need the following OpenVZ kernel config settings:
<pre>
(taken from a OpenVZ Kernel 2.6.18-028test010.1 on 686)
Filesystem
# /usr/sbin/update-grub
== Install the toolset ==