Changes

Jump to: navigation, search

Install kernel from RPM on Debian 6.0

94 bytes added, 11:05, 18 October 2013
alien is obsoleted and overrated
You can use the latest RHEL6-based kernel builds on your Debian 6.0 machine. Here's how.
 
{{Warning|While it works, the best way is to use native kernel/tools builds for Wheezy, please see [[Installation on Debian]].}}
== Installation ==
* vzkernel
* vzkernel-devel
* vzctl-core
* vzctl
* vzctlploop-lib
* ploop
* vzquota
3. Convert all the RPMs to debs using alien.
fakeroot alien --to-deb --scripts --keep-version vz*.rpm fakeroot alien --to-deb --scripts --keep-version ploop*.rpm
4. Install debs.
dpkg -i vz*.deb dpkg -i ploop*.debIf you're having problem about overwriting files from other packages, try dpkg -i adding <code>--force-overwrite vz*</code> option.deb
5. Modify <code>/boot/grub/menu.lst</code>. See “configuring the bootloader” of [[Quick installation]].
6. Edit <code>/etc/sysctl.conf</code>. See “sysctl” of [[Quick installation]].
7. Make OpenVZ boots boot automatically.
update-rc.d vz defaults
update-rc.d vzeventd defaults

Navigation menu