mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
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:
parent
31b9c46a79
commit
6b3440f4fd
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user