diff options
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-x | etc/rc.initial | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial index 666dbc1..a7eaf4e 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -1,5 +1,10 @@ #!/bin/sh +# If recovery console shell option has been specified +if [ -f "/tmp/donotbootup"]; then + exit 0 +fi + # $Id$ # /etc/rc.initial # part of pfSense by Scott Ullrich |