summaryrefslogtreecommitdiffstats
path: root/resources/grub
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-10 06:54:51 (EDT)
committer Leah Woods <info@minifree.org>2016-05-10 06:54:51 (EDT)
commit26e9bda6c54ee629069e7491eda41a2f56f3ffc7 (patch)
tree11e53fe68dd83ec1fe25ad36166e62b071006fd4 /resources/grub
parent168aaa7df900749c19c532e0099c975bb6c23e95 (diff)
downloadlibreboot-26e9bda6c54ee629069e7491eda41a2f56f3ffc7.zip
libreboot-26e9bda6c54ee629069e7491eda41a2f56f3ffc7.tar.gz
libreboot-26e9bda6c54ee629069e7491eda41a2f56f3ffc7.tar.bz2
grub.cfg: increase timeout to 10 seconds instead of 1
Diffstat (limited to 'resources/grub')
-rw-r--r--resources/grub/config/extra/common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/grub/config/extra/common.cfg b/resources/grub/config/extra/common.cfg
index 1d3ddcc..0bf4229 100644
--- a/resources/grub/config/extra/common.cfg
+++ b/resources/grub/config/extra/common.cfg
@@ -22,7 +22,7 @@ terminal_output --append gfxterm
# Default to first option, automatically boot after 1 second
set default="0"
-set timeout=1
+set timeout=10
# This is useful when using 'cat' on long files on GRUB terminal
set pager=1