PLDWWW: Vserver

patrys patrys at pld-linux.org
Fri Jun 27 13:36:25 CEST 2008


Author: patrys   Date: Fri Jun 27 11:36:25 2008 GMT
Module: PLDWWW   URL: http://pld-linux.org/Vserver?action=diff&rev2=118&rev1=117
---- Log message:


---- Page affected: Vserver

---- Diffs:

================================================================
  
  === Running 32 bit vserver on an 64 bit host ===
  
- You can setup it with recent PLD util-vserver package. At first you must add
- distribution's definition and create Poldek's configuration file:
+ With recent PLD util-vserver package you can create 32-bit guest systems inside a 64-bit host. First you need to prepare a new distribution definition skeleton:
+ 
  {{{
  # mkdir -p /etc/vservers/.distributions/pld-th-i686/poldek/repos.d
  }}}
- Now save file {{{/etc/vservers/.distributions/pld-th-i686/poldek/repos.d/pld.conf}}} with valid sources and architecture. When configuration is ready, create new guest vserver witd -d option:
+ 
+ Then copy your repository configuration to {{{/etc/vservers/.distributions/pld-th-i686/poldek/repos.d/pld.conf}}} and change the architecture and source paths to your liking. When configuration is ready, create a new guest vserver using the {{{-d}}} command line option:
+ 
  {{{
  # vserver test build --context <num> -n test -m poldek -- -d pld-th-i686
  }}}
- or
- {{{
- # vserver test build --context <num> -n test -m poldek -- -d pld-ac-i686
- }}}
  
  Later to force i686 32bit use:
+ 
  {{{
  # echo linux_32bit >> /etc/vservers/test/personality
  # echo i686 > /etc/vservers/test/uts/machine


More information about the pld-cvs-commit mailing list