mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
system: disable all boot loader output for nullconsole usage
This commit is contained in:
parent
85e6220415
commit
a7fbf99b62
@ -1619,6 +1619,8 @@ function system_login_configure()
|
||||
@file_put_contents('/boot.config', "-S{$serialspeed} -D\n");
|
||||
$new_boot_config['comconsole_speed'] = '"'.$serialspeed.'"';
|
||||
$new_boot_config['boot_serial'] = '"YES"';
|
||||
} elseif (count($console_selection) == 1 && $console_selection[0] == 'null') {
|
||||
@file_put_contents('/boot.config', "-q -m\n");
|
||||
} else {
|
||||
@unlink('/boot.config');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user