mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 22:46:58 +02:00
fix(syslinux): Display boot: prompt for a half second.
This should make it less difficult for people to add kernel options for debugging. Without a prompt/timeout the user must be holding down space or some other key while syslinux loads but it may not be possible for the user to do so provide input quite that fast. Only a half second to avoid needlessly increasing boot times in the common case.
This commit is contained in:
parent
3a5388d259
commit
d5c5544cca
@ -93,8 +93,11 @@ configure_syslinux() {
|
||||
|
||||
sudo_clobber "${SYSLINUX_DIR}/syslinux.cfg" <<EOF
|
||||
SERIAL 0 115200
|
||||
PROMPT 0
|
||||
TIMEOUT 0
|
||||
PROMPT 1
|
||||
# display boot: prompt for a half second
|
||||
TIMEOUT 5
|
||||
# never sit at the prompt longer than a minute
|
||||
TOTALTIMEOUT 600
|
||||
|
||||
# controls which kernel is the default
|
||||
include /syslinux/default.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user