From 47fd2ea2020aa8ded287a42acd7eda9101e3f70a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 28 Feb 2022 08:21:48 +0100 Subject: [PATCH] system: remove comment for code no longer in place --- src/etc/rc.bootup | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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";