mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
set 3sec autoboot_delay
This commit is contained in:
parent
90bae8e7e3
commit
16ada72d63
@ -972,6 +972,7 @@ function setup_serial_port($when = 'save', $path = '')
|
||||
}
|
||||
$new_boot_config[] = 'comconsole_speed="' . $serialspeed . '"';
|
||||
$new_boot_config[] = 'hw.usb.no_pf="1"';
|
||||
$new_boot_config[] = 'autoboot_delay="3"';
|
||||
|
||||
file_put_contents($loader_conf_file, implode("\n", $new_boot_config) . "\n");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user