Spawn tcsh instead of sending getty into a DOS loop

This commit is contained in:
Scott Ullrich 2009-05-17 21:39:12 -04:00
parent 006e178740
commit a9e92f609f

View File

@ -2,7 +2,8 @@
# If recovery console shell option has been specified
if [ -f "/tmp/donotbootup" ]; then
exit 0
/bin/tcsh
exit
fi
# $Id$