Commit 6d460602 authored by Franco Fichtner's avatar Franco Fichtner

Revert "system: strict serial mode, need to test this"

Don't need this, it was a comaptibility test.  The gained
flexibility from -D is far more important.

This reverts commit dfb09411.
parent 7792d8ad
......@@ -1738,11 +1738,7 @@ function system_login_configure($verbose = false)
}
if ($serial_enabled) {
if (count($console_selection) >= 2) {
@file_put_contents('/boot.config', "-S{$serialspeed} -D\n");
} else {
@file_put_contents('/boot.config', "-S{$serialspeed} -h\n");
}
$new_boot_config['comconsole_speed'] = '"'.$serialspeed.'"';
$new_boot_config['boot_serial'] = '"YES"';
} elseif (!$output_enabled) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment