mkdir $WORK/build $WORK/root/build
mount --bind $WORK/build $WORK/root/build
chroot $WORK/root
mount --bind /dev $WORK/root/dev
mount -t proc proc $WORK/root/proc
mount -t sysfs sysfs $WORK/root/sys
mount -t devpts devpts $WORK/root/dev/pts
mount -t tmpfs tmpfs $WORK/root/dev/shm