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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

