From a9e92f609f31dfc7b4ff823dd74d41e814b21771 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 17 May 2009 21:39:12 -0400 Subject: Spawn tcsh instead of sending getty into a DOS loop --- etc/rc.initial | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/rc.initial') 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$ -- cgit v1.1