]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi Fix documentation of GRUB_HIDDEN_TIMOUNT to match the
authorJordan Uggla <jordan.uggla@gmail.com>
Mon, 21 May 2012 21:04:11 +0000 (23:04 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 21 May 2012 21:04:11 +0000 (23:04 +0200)
       actual implementation. Specifically, clarify that the grub menu will
       be displayed for GRUB_TIMOUT seconds after the hidden timeout has
       passed.

ChangeLog
docs/grub.texi

index ec520bebe478a36e5da330d06142f436d8bab760..57ec95fa217f594521371619d75d061c91c12dd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-05-21  Jordan Uggla  <jordan.uggla@gmail.com>
+
+       * docs/grub.texi Fix documentation of GRUB_HIDDEN_TIMOUNT to match the
+       actual implementation. Specifically, clarify that the grub menu will
+       be displayed for GRUB_TIMOUT seconds after the hidden timeout has
+       passed.
+
 2012-05-21  Benjamin Herrenschmidt <benh@kernel.crashing.org>
 
        * grub-core/kern/powerpc/dl.c (trampoline_template): Use r12 instead
index 430ab46a200dc6146fd40908e3393d31bdf74cfb..ecf986bc09b65727c87048a2a15250c36bf97aaa 100644 (file)
@@ -1135,7 +1135,11 @@ indefinitely.
 
 @item GRUB_HIDDEN_TIMEOUT
 Wait this many seconds for a key to be pressed before displaying the menu.
-If no key is pressed during that time, boot immediately.  Unset by default.
+If no key is pressed during that time, display the menu for the number of
+seconds specified in GRUB_TIMEOUT before booting the default entry. We expect
+that most people who use GRUB_HIDDEN_TIMEOUT will want to have GRUB_TIMEOUT set 
+to @samp{0} so that the menu is not displayed at all unless a key is pressed.
+Unset by default.
 
 @item GRUB_HIDDEN_TIMEOUT_QUIET
 In conjunction with @samp{GRUB_HIDDEN_TIMEOUT}, set this to @samp{true} to