diff options
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index e50d14d..d9c3543 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -161,7 +161,6 @@ $wan_if = get_real_interface(); * and ask the user to reassign interfaces. This will * avoid a reboot and thats a good thing. */ -unmute_kernel_msgs(); while(is_interface_mismatch() == true) { echo "\nNetwork interface mismatch -- Running interface assignment option.\n"; set_networking_interfaces_ports(); @@ -379,4 +378,4 @@ led_normalize(); conf_mount_ro(); -?>
\ No newline at end of file +?> |