cat << END

The static build of dash is installed and located at
/usr/bin/dash_static.

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

END

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