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:
@@ -1,5 +1,5 @@
|
||||
set default=99
|
||||
set timeout=5
|
||||
set timeout=1
|
||||
|
||||
set ORDER="A B"
|
||||
set A_OK=0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
set default=99
|
||||
set timeout=5
|
||||
set timeout=1
|
||||
|
||||
set ORDER="A B"
|
||||
set A_OK=0
|
||||
|
||||
Reference in New Issue
Block a user