setupBindmounts() { mount -o bind /proc $buildrootpath/proc mount -o bind /dev $buildrootpath/dev } destroyBindmounts() { umount $buildrootpath/proc umount $buildrootpath/dev umount /tmp/deb }