summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e02c169..6ec4ce8 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -238,11 +238,10 @@
/* setup interface microcode which improves tcp/ip speed */
echo "Setting up microcode and tx/rx offloading... ";
- mute_kernel_msgs();
- setup_microcode();
- unmute_kernel_msgs();
+ //setup_microcode();
echo "done.\n";
+ echo "Sleeping";
sleep(2);
mwexec("/sbin/pfctl -f /tmp/rules.debug");
OpenPOWER on IntegriCloud