mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 08:40:35 +00:00
Consistently ignore GRUB_TIMEOUT if GRUB_HIDDEN_TIMEOUT is set
Pointed out by Vladimir Serbinenko.
This commit is contained in:
parent
2dbda2215c
commit
095588ef34
@ -321,7 +321,7 @@ if [ x\$feature_timeout_style = xy ] ; then
|
|||||||
set timeout_style=$style
|
set timeout_style=$style
|
||||||
set timeout=${1}
|
set timeout=${1}
|
||||||
elif sleep$verbose --interruptible ${1} ; then
|
elif sleep$verbose --interruptible ${1} ; then
|
||||||
set timeout=${2}
|
set timeout=0
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user