grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Clarify "Press any key to continue..." message
@ 2014-04-03 14:23 Colin Watson
  2014-04-03 16:49 ` Prarit Bhargava
  2014-07-23  7:44 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 8+ messages in thread
From: Colin Watson @ 2014-04-03 14:23 UTC (permalink / raw)
  To: grub-devel

When grub_wait_after_message says "Press any key to continue...", it
really means that it will continue anyway after a short delay, but that
you can press a key to skip the delay.  Unfortunately, the delay is just
long enough that in practice a number of users have time to see it,
press a key, and then report a bug saying that their system won't boot
without manual intervention, even though it would have booted just fine
if they'd left it alone.  Rephrase this message to make it clearer
what's really happening.

* grub-core/normal/menu.c (grub_wait_after_message): Rephrase
message to make it clear that GRUB will continue even if the user
does not press a key.
---
 ChangeLog               | 6 ++++++
 grub-core/normal/menu.c | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6eca73e..53c2aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-03  Colin Watson  <cjwatson@ubuntu.com>
+
+	* grub-core/normal/menu.c (grub_wait_after_message): Rephrase
+	message to make it clear that GRUB will continue even if the user
+	does not press a key.
+
 2014-03-31  Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
 
 	btrfs: fix get_root key comparison failures due to endianness
diff --git a/grub-core/normal/menu.c b/grub-core/normal/menu.c
index b47991a..a6fa93c 100644
--- a/grub-core/normal/menu.c
+++ b/grub-core/normal/menu.c
@@ -63,7 +63,9 @@ grub_wait_after_message (void)
 {
   grub_uint64_t endtime;
   grub_xputs ("\n");
-  grub_printf_ (N_("Press any key to continue..."));
+  grub_printf_ (N_(
+    "Waiting a moment so that you can read previous messages.\n"
+    "Press any key to skip this delay..."));
   grub_refresh ();
 
   endtime = grub_get_time_ms () + 10000;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-24 21:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 14:23 [PATCH] Clarify "Press any key to continue..." message Colin Watson
2014-04-03 16:49 ` Prarit Bhargava
2014-04-03 16:52   ` Colin Watson
2014-04-03 16:57     ` Prarit Bhargava
2014-04-03 17:11       ` Colin Watson
2014-04-03 17:15     ` Andrey Borzenkov
2014-04-07 17:25       ` Colin Watson
2014-07-23  7:44 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).