cat << END

The static build of bash is installed and located at
/bin/bash_static.

This is NOT an ordinary shell. It is installed for
rescue purposes.

END

if [ "$ROOTSHELL" == "y" ] ; then
  chsh -s /bin/bash_static root
fi
