Editing Installation on Debian/old
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | |||
− | |||
OpenVZ consists of a kernel, user-level tools, and container templates. | OpenVZ consists of a kernel, user-level tools, and container templates. | ||
− | This guide tells how to install the kernel and the tools on [http://www.debian.org Debian] Etch or Lenny | + | This guide tells how to install the kernel and the tools on [http://www.debian.org Debian] Etch or Lenny. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
For Etch users, this document explains how to partially upgrade to Debian Lenny and install from lenny repositories ('''use this options at your risk'''). | For Etch users, this document explains how to partially upgrade to Debian Lenny and install from lenny repositories ('''use this options at your risk'''). | ||
Line 78: | Line 70: | ||
== Kernel installation == | == Kernel installation == | ||
+ | ''How about Wheezy?'' | ||
− | + | --> Use KVM ;-) | |
− | + | === Lenny === | |
+ | |||
+ | <pre> | ||
+ | aptitude install linux-image-openvz-686 | ||
+ | </pre> | ||
+ | this command will install latest kernel and all required packages and will arrange grub bootloader accordingly. | ||
=== Etch === | === Etch === | ||
Line 173: | Line 171: | ||
this command will install latest kernel and all required packages like: | this command will install latest kernel and all required packages like: | ||
<pre> | <pre> | ||
− | apt-get install iproute libatm1 linux-image-2.6.26-1-openvz-686 linux-image-openvz-686 rsync vzctl vzquota | + | apt-get install iproute libatm1 linux-image-2.6.26-1-openvz-686 linux-image-openvz-686 rsync vzctl vzquota |
</pre> | </pre> | ||
and will arrange grub bootloader properly. | and will arrange grub bootloader properly. |