<div dir="ltr">Most of the times when I use chroot, I usually do something a-la (from memory):<div><br></div><div>for i in proc dev sys; do mount -o bind /$i /chrootdir/$i; done</div><div><br></div></div>