summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-21 23:32:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-21 23:32:15 +0000
commit4ec1f1c72a356ca0fafbeb404dbb2433e33b1645 (patch)
treeb11c04cab426ffd310c8e20f33ba5abeba0f6570 /etc/rc
parentf699da5259c89267d7db3f0ff4dedc34d0241d23 (diff)
downloadpfsense-4ec1f1c72a356ca0fafbeb404dbb2433e33b1645.zip
pfsense-4ec1f1c72a356ca0fafbeb404dbb2433e33b1645.tar.gz
Mute console on boot.config loader, unmute when pfSense starts to wake up.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 7932d67..145f041 100755
--- a/etc/rc
+++ b/etc/rc
@@ -18,6 +18,8 @@ export HOME PATH
version=`cat /etc/version`
+/sbin/conscontrol mute off
+
echo
echo "Welcome to pfSense ${version} ..."
echo
OpenPOWER on IntegriCloud