From e2c06ebf4ae25ef2f95d4bc51c06a4c1c8431377 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Thu, 19 May 2016 03:55:21 -0400 Subject: grub.cfg: change timeout back to 1s (instead of 10s). SeaBIOS does timeout now --- (limited to 'resources/grub/config/extra') diff --git a/resources/grub/config/extra/common.cfg b/resources/grub/config/extra/common.cfg index 0bf4229..1d3ddcc 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=10 +set timeout=1 # This is useful when using 'cat' on long files on GRUB terminal set pager=1 -- cgit v0.9.1