Revert last commit based on lack of consensus and possible unsmooth migration path

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-04 01:06:21 +02:00
parent e0ca063a66
commit 48d57ed779
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -280,8 +280,6 @@ make_timeout ()
fi
cat << EOF
if sleep$verbose --interruptible ${1} ; then
set timeout=0
else
set timeout=${2}
fi
EOF