Set GRUB2 bootloader timeout to 1s (#1823)

This aligns with what we used to have in Barebox. Most of the time the
user is not expected to make a choice, so keeping the timeout short is
sensible.
This commit is contained in:
Stefan Agner 2022-03-31 21:26:50 +02:00 committed by GitHub
parent 31b9c46a79
commit 6b3440f4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
set default=99 set default=99
set timeout=5 set timeout=1
set ORDER="A B" set ORDER="A B"
set A_OK=0 set A_OK=0

View File

@ -1,5 +1,5 @@
set default=99 set default=99
set timeout=5 set timeout=1
set ORDER="A B" set ORDER="A B"
set A_OK=0 set A_OK=0