diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup index 527562aee..bddabc2e7 100755 --- a/src/etc/rc.bootup +++ b/src/etc/rc.bootup @@ -63,18 +63,13 @@ echo "done.\n"; */ convert_config(); -/* - * Now mute console messages from kernel for this script, it - * has consequences for printing bootup info and can clobber - * stty probing during interface auto-detection. - */ system_devd_configure(true); system_login_configure(true); /* - * Determine if we need to throw an interface exception - * and ask the user to reassign interfaces. This will - * avoid a reboot and thats a good thing. + * Determine if we need to throw an interface exception + * and ask the user to reassign interfaces. This will + * avoid a reboot and thats a good thing. */ if (is_interface_mismatch()) { echo "\nDefault interfaces not found -- Running interface assignment option.\n";