Re: small fix for Debian AMD64 HowTo

2005-01-02 Thread Bob Proulx
Sebastian Kuegler wrote: > Works, indeed. The following (suggested to me in private email) does also > work: > exec dchroot -c ia32 -d "$(basename $0)" -- "$@" Very good! I like that best because it preserves the arguments exactly. Can someone with commit rights to the howto please make this upd

Re: small fix for Debian AMD64 HowTo

2005-01-02 Thread Sebastian Kuegler
Bob Proulx wrote: > Sebastian Kuegler wrote: >> exec dchroot -c ia32 -d "$(basename $0) $@ >>^ >> So the command with arguments gets passed into the chroot, rather than be >> interpreted as arguments of the dchroot program. > > I am sure you meant to include

Re: small fix for Debian AMD64 HowTo

2005-01-01 Thread Bob Proulx
Sebastian Kuegler wrote: > exec dchroot -c ia32 -d "$(basename $0)" "$@" >^^^ > to: > > exec dchroot -c ia32 -d "$(basename $0) $@ >^ > So the command with arguments gets passed into the chroot, rather than be > inter

Re: small fix for Debian AMD64 HowTo

2004-12-30 Thread Matthias Julius
Sebastian Kuegler <[EMAIL PROTECTED]> writes: > exec dchroot -c ia32 -d "$(basename $0) $@ ^ That certainly does not work. Matthias

small fix for Debian AMD64 HowTo

2004-12-29 Thread Sebastian Kuegler
Hi, I just followed the AMD64 howto [1] on installing a chroot ia32 environment, which lead me with a working setup. Thanks for this. However, there's one minor problem I had: The script do_chroot as suggested on the webpage didn't work for me when a command was given with paramters. I could fix