Commit 16ada72d authored by Frank Wall's avatar Frank Wall Committed by Franco Fichtner

set 3sec autoboot_delay

parent 90bae8e7
......@@ -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");
}
......
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