summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-20 02:33:40 (EDT)
committer Leah Woods <info@minifree.org>2016-05-20 02:33:40 (EDT)
commitd30d97f1a8d11e6eb695205fdeeb4036ca83bb59 (patch)
treeddd28bdf5eccad0945b364acf49f7f1cbb8c8ae2
parent49fcc906561ab05f7a45f329e40cfd4a12260e57 (diff)
downloadlibreboot-d30d97f1a8d11e6eb695205fdeeb4036ca83bb59.zip
libreboot-d30d97f1a8d11e6eb695205fdeeb4036ca83bb59.tar.gz
libreboot-d30d97f1a8d11e6eb695205fdeeb4036ca83bb59.tar.bz2
SeaGRUB: reduce timeout from 60s to 6s
Still higher than default, but tolerable now for those using headless systems.
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper2
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 bb6962e..3f48674 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"