Subject: Re: [vserver] debootstrap: install lenny 32bit in 64Bit host
From: Jeff Jansen <jeff.jansen@kkoncepts.net>
Date: Mon, 22 Nov 2010 09:08:54 +0800

On Monday 22,November,2010 06:23 AM, Ekkard Gerlach wrote:
> I want to install a lenny 32Bit because I need a 32Bit environment. 
> Host ist 64 Bit:
> 
> Thats installing a 64bit lenny:
> 
> # vserver lenny32    build -m debootstrap --context 72   --hostname lenny32 
>    --interface lenny32=eth0:192.168.128.72/24 -- -d lenny 
> 
> How can I install a 32bit lenny?

When using debootstrap you can just add "-- -arch i386" to the end of
your command.

# vserver lenny32  build -m debootstrap --context 72   \
--hostname lenny32 --interface lenny32=eth0:192.168.128.72/24 \
-- -d lenny -- -arch i386

There are some other options you might want to check as out as well.

http://linux-vserver.org/Frequently_Asked_Questions#32_vs_64_Bit.3F_What_should_I_take.3F

HTH

Jeff Jansen