Changes

Jump to: navigation, search

Installation on Debian/old

22 bytes added, 07:52, 10 July 2007
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 ===
a A Debian OpenVZ kernel repository is online, for direct access http://download.openvz.org/kernel/debian/etch/
</pre>
update Update package lists
<pre>
# apt-get update
</pre>
list List downloadable OpenVZ linux-images
<pre>
# apt-cache search linux-image-2.6.18-openvz
</pre>
install Install a kernel
<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
<pre> INFO: Better to build the kernel-headers as well, so afterward other kernel-modules can be built without whole kernel tree (e.g. drbd -> drbd0.7-module-source) See also : # "make-kpkg --targets</pre>"
# /usr/sbin/update-grub
INFO: since the Debian ETCH-release the location of update-grub is moved from /sbin/update-grub to /usr/sbin/update-grub !
== Install the toolset ==
38
edits

Navigation menu