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

On Thursday 25,November,2010 07:52 AM, Ekkard Gerlach wrote:
> * Jeff Jansen schrieb:
> 
>> When using debootstrap you can just add "-- -arch i386" to the end of
>> your command.

Sorry, my bad.  The "--arch" switch needs two dashes; I wrote it with
only one.

--arch i386

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

Try it as

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

and I think it will work.  (Of course, I said that the last time, so
what do I know!) ;-)

Jeff Jansen