From 9490c282a34c04f58d7b489fe29ab7f015200d15 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 3 Oct 2009 23:13:15 -0400 Subject: moving setup_microcode above interfaces_vlan_configure makes interfaces_vlan_configure log errors to the console, so move it after to silence. --- etc/rc.bootup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index c56e275..a87157d 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -191,14 +191,14 @@ function rescue_detect_keypress() { /* start syslogd */ system_syslogd_start(); + /* set up VLAN virtual interfaces */ + interfaces_vlan_configure(); + /* setup interface microcode which improves tcp/ip speed */ echo "Setting up microcode and tx/rx offloading..."; setup_microcode(); echo "done.\n"; - /* set up VLAN virtual interfaces */ - interfaces_vlan_configure(); - /* set up LAN interface */ echo "Configuring LAN interface..."; mute_kernel_msgs(); -- cgit v1.1