chroot shortcut Feb 16, 2020 • ulysses Here’s a quick way to setup a chrooted environment. mkdir /helper for i in proc sys dev; do mount o bind /$i /helper/$i; done chroot /helper