===========================================================================
$NetBSD$

To setup a Debian "wheezy" chroot on NetBSD/amd64 system:

host# debootstrap --arch=amd64 wheezy /emul/wheezy
host# cp ${PREFIX}/share/debootstrap/libfakesyscall-amd64.so /emul/wheezy
host# mount -t procfs -o linux proc /emul/wheezy/proc
host# chroot /emul/wheezy /bin/bash
debian# export LD_PRELOAD=/libfakesyscall-amd64.so
debian# apt-get moo

===========================================================================
