mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Spawn tcsh instead of sending getty into a DOS loop
This commit is contained in:
parent
006e178740
commit
a9e92f609f
@ -2,7 +2,8 @@
|
||||
|
||||
# If recovery console shell option has been specified
|
||||
if [ -f "/tmp/donotbootup" ]; then
|
||||
exit 0
|
||||
/bin/tcsh
|
||||
exit
|
||||
fi
|
||||
|
||||
# $Id$
|
||||
|
||||
Loading…
Reference in New Issue
Block a user