=== modified file 'template/chroot.sh' --- template/chroot.sh 2013-05-22 19:40:40 +0000 +++ template/chroot.sh 2013-05-22 18:06:28 +0000 @@ -84,8 +84,6 @@ if (($#)); then do_chroot "$@" -elif [[ -f /bin/login ]]; then - do_chroot /bin/login -f root else do_chroot $SHELL fi