summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-17 21:39:12 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-17 21:39:33 -0400
commita9e92f609f31dfc7b4ff823dd74d41e814b21771 (patch)
tree4d1b1b2f75d753195026368efbcd91c7dc977a81 /etc/rc.initial
parent006e1787405433ac97841a77af8d71b0bdf8bbeb (diff)
downloadpfsense-a9e92f609f31dfc7b4ff823dd74d41e814b21771.zip
pfsense-a9e92f609f31dfc7b4ff823dd74d41e814b21771.tar.gz
Spawn tcsh instead of sending getty into a DOS loop
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 7849ac6..7dcef8c 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -2,7 +2,8 @@
# If recovery console shell option has been specified
if [ -f "/tmp/donotbootup" ]; then
- exit 0
+ /bin/tcsh
+ exit
fi
# $Id$
OpenPOWER on IntegriCloud