From d30d97f1a8d11e6eb695205fdeeb4036ca83bb59 Mon Sep 17 00:00:00 2001
From: Leah Woods <info@minifree.org>
Date: Fri, 20 May 2016 02:33:40 -0400
Subject: SeaGRUB: reduce timeout from 60s to 6s

Still higher than default, but tolerable now for those using headless
systems.
---
(limited to 'resources')

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"
--
cgit v0.9.1