=== modified file 'template/chroot.sh' --- template/chroot.sh 2013-05-22 20:34:55 +0000 +++ template/chroot.sh 2013-05-22 19:40:40 +0000 @@ -84,7 +84,7 @@ if (($#)); then do_chroot "$@" -elif [[ -f ./bin/login ]]; then +elif [[ -f /bin/login ]]; then do_chroot /bin/login -f root else do_chroot $SHELL