[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: AMD64 HOW-TO



Thanks for working on the HOWTO!

On Wednesday 16 February 2005 06:00, Toshikazu Aiyama, Ph.D. wrote:
> exec dchroot -c ia32 -d "$(basename $0)" "$@"

I believe this line should be changed to:

exec dchroot -c ia32 -d "$(basename $0)" -- "$@"

The reason is so that sudo passes the additional arguments correctly to the 
program being called in the chroot.  There was some discussion a while back 
on the list about this...

cheers,

-Ted 



Reply to: