diff options
author | Leah Woods <info@minifree.org> | 2016-05-20 07:33:40 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-20 07:33:40 +0100 |
commit | d30d97f1a8d11e6eb695205fdeeb4036ca83bb59 (patch) | |
tree | ddd28bdf5eccad0945b364acf49f7f1cbb8c8ae2 | |
parent | 49fcc906561ab05f7a45f329e40cfd4a12260e57 (diff) | |
download | librebootfr-d30d97f1a8d11e6eb695205fdeeb4036ca83bb59.tar.gz librebootfr-d30d97f1a8d11e6eb695205fdeeb4036ca83bb59.zip |
SeaGRUB: reduce timeout from 60s to 6s
Still higher than default, but tolerable now for those using headless
systems.
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index bb6962ec..3f486747 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -133,7 +133,7 @@ do # keyboard spinup timeout ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup || printf "does not exist" - ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 60000 -n etc/ps2-keyboard-spinup || printf "already exists" + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 6000 -n etc/ps2-keyboard-spinup || printf "already exists" # .config no longer needed rm -f ".config" |