system: remove comment for code no longer in place

This commit is contained in:
Franco Fichtner 2022-02-28 08:21:48 +01:00
parent c3bae88bf5
commit 47fd2ea202

View File

@ -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";