grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GRUB_HIDDEN_TIMEOUT may cause double timeout count


From: Mario Vazquez
Subject: GRUB_HIDDEN_TIMEOUT may cause double timeout count
Date: Thu, 18 Mar 2010 04:02:45 -0400

Currently in grub 1.98 if a user enables the GRUB_HIDDEN_TIMEOUT entry
in  /etc/default/grub. The following code will be executed from
/etc/grub.d/00_header.

if sleep$verbose --interruptible ${GRUB_HIDDEN_TIMEOUT} ; then
 set timeout=${GRUB_TIMEOUT}
 fi

That code performs the hidden timeout.  Either when it expires, or is
aborted with a key, it will start the regular timeout also.  This
behavior can be reproduced.

Here is a patch that changes that ${GRUB_TIMEOUT} to 0.

More info here: https://savannah.gnu.org/bugs/?29250

Attachment: hidden-timeout-fix.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]