Revert last commit based on lack of consensus and possible unsmooth migration path
This commit is contained in:
parent
e0ca063a66
commit
48d57ed779
2 changed files with 0 additions and 8 deletions
|
@ -1,9 +1,3 @@
|
|||
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub.d/00_header.in: Make timeout apply to else
|
||||
clause of hidden timout.
|
||||
Reported by: Mads Kiilerich.
|
||||
|
||||
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/fs.c (grub_fs_probe) [GRUB_UTIL]: Add workaround for
|
||||
|
|
|
@ -280,8 +280,6 @@ make_timeout ()
|
|||
fi
|
||||
cat << EOF
|
||||
if sleep$verbose --interruptible ${1} ; then
|
||||
set timeout=0
|
||||
else
|
||||
set timeout=${2}
|
||||
fi
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue