mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: remove comment for code no longer in place
This commit is contained in:
parent
c3bae88bf5
commit
47fd2ea202
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user