summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 18:38:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 18:38:27 +0000
commitbd99c3183b7f9c51ba393994bd9a3e4103803846 (patch)
treee97bfef2c3a8bf0c48c6f0eab042dfca6a800122 /etc/rc.bootup
parent7872051edc071e3a88d9774fe25d2fb591b53ca8 (diff)
downloadpfsense-bd99c3183b7f9c51ba393994bd9a3e4103803846.zip
pfsense-bd99c3183b7f9c51ba393994bd9a3e4103803846.tar.gz
Mute kernel messages on bootup invoked from setup_microcode()
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e9e25bd..afcc19a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -214,7 +214,9 @@
echo "done.\n";
/* setup interface microcode which improves tcp/ip speed */
+ mute_kernel_msgs();
setup_microcode();
+ unmute_kernel_msgs();
/* setup carp interfaces */
interfaces_carp_configure();
OpenPOWER on IntegriCloud