summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-14 19:30:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-14 19:30:12 +0000
commit8affb1daf6f8915fc9b014d776c693d6748a23c6 (patch)
tree956808c5264be0fcbfc927a1e396b8732101c1f8 /etc/rc.initial
parent466e9af85dfeb1e2ce53b65ac65132ea8a5a2986 (diff)
downloadpfsense-8affb1daf6f8915fc9b014d776c693d6748a23c6.zip
pfsense-8affb1daf6f8915fc9b014d776c693d6748a23c6.tar.gz
Do not disable console in rc.initial. We are changing the behavior to turn off autologin.
In-discussion-with: cmb Provoked-by: Yet another complaint about old behavior
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial16
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 1ce93e5..6a27f66 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -20,21 +20,6 @@ WORD="https"
# Set our operating platform
PLATFORM=`cat /etc/platform`
-if [ -r /var/etc/disableconsole ]; then
-
-while : ; do
-
-echo
-echo
-echo "*** Console menu disabled. ***"
-echo
-
-read tmp
-
-done
-
-else
-
# endless loop
while : ; do
@@ -120,4 +105,3 @@ sleep 1
done
-fi
OpenPOWER on IntegriCloud