grub.cfg: increase default timeout to 10 seconds

this is a compromise. i was going to do 30 for desktops, 1 for laptops.
however, some laptop users complain about the 1 second timeout being too fast.
10 seconds should just about please everyone.
fsdg20230625
Leah Rowe 2021-10-30 18:23:18 +01:00
parent ad87e84ae1
commit 4e093b3ecc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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