Editing Install kernel from RPM on Debian 6.0

Jump to: navigation, search

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 7: Line 7:
 
* vzkernel
 
* vzkernel
 
* vzkernel-devel
 
* vzkernel-devel
* vzctl-core
 
 
* vzctl
 
* vzctl
* ploop-lib
+
* vzctl-lib
 
* ploop
 
* ploop
 
* vzquota
 
* vzquota
Line 18: Line 17:
  
 
3. Convert all the RPMs to debs using alien.
 
3. Convert all the RPMs to debs using alien.
  fakeroot alien --to-deb --scripts --keep-version vz*.rpm ploop*.rpm
+
  fakeroot alien --to-deb --scripts --keep-version vz*.rpm
 +
fakeroot alien --to-deb --scripts --keep-version ploop*.rpm  
  
 
4. Install debs.
 
4. Install debs.
  dpkg -i vz*.deb ploop*.deb
+
  dpkg -i vz*.deb
If you're having problem about overwriting files from other packages, try adding <code>--force-overwrite</code> option.
+
dpkg -i ploop*.deb
 +
If you're having problem about overwriting files from other packages, try dpkg -i --force-overwrite vz*.deb
  
 
5. Modify <code>/boot/grub/menu.lst</code>. See “configuring the bootloader” of [[Quick installation]].
 
5. Modify <code>/boot/grub/menu.lst</code>. See “configuring the bootloader” of [[Quick installation]].
Line 28: Line 29:
 
6. Edit <code>/etc/sysctl.conf</code>. See “sysctl” of [[Quick installation]].
 
6. Edit <code>/etc/sysctl.conf</code>. See “sysctl” of [[Quick installation]].
  
7. Make OpenVZ boot automatically.
+
7. Make OpenVZ boots automatically.
 
  update-rc.d vz defaults
 
  update-rc.d vz defaults
 
  update-rc.d vzeventd defaults
 
  update-rc.d vzeventd defaults

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: