* grub-core/normal/menu.c (grub_wait_after_message): Add a 10 second

timeout to avoid indefinite boot stalling.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-30 01:14:07 +02:00
parent f21db0332f
commit 8920a08d87
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-08-30 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/menu.c (grub_wait_after_message): Add a 10 second
timeout to avoid indefinite boot stalling.
2010-08-30 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/normal/color.c (grub_env_write_color_normal): Fix a warning.