* docs/grub.texi (Simple configuration): Clarify GRUB_HIDDEN_TIMEOUT
is interrupted by ESC.
This commit is contained in:
parent
08dad2dcf9
commit
8eb8284d2d
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-01-20 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
|
* docs/grub.texi (Simple configuration): Clarify GRUB_HIDDEN_TIMEOUT
|
||||||
|
is interrupted by ESC.
|
||||||
|
|
||||||
2013-01-20 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-01-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-script-check.c (main): Uniform the error message.
|
* util/grub-script-check.c (main): Uniform the error message.
|
||||||
|
|
|
@ -1201,11 +1201,12 @@ immediately without displaying the menu, or to @samp{-1} to wait
|
||||||
indefinitely.
|
indefinitely.
|
||||||
|
|
||||||
@item GRUB_HIDDEN_TIMEOUT
|
@item GRUB_HIDDEN_TIMEOUT
|
||||||
Wait this many seconds for a key to be pressed before displaying the menu.
|
Wait this many seconds for @key{ESC} to be pressed before displaying the menu.
|
||||||
If no key is pressed during that time, display the menu for the number of
|
If no @key{ESC} is pressed during that time, display the menu for the number of
|
||||||
seconds specified in GRUB_TIMEOUT before booting the default entry. We expect
|
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
|
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.
|
to @samp{0} so that the menu is not displayed at all unless @key{ESC} is
|
||||||
|
pressed.
|
||||||
Unset by default.
|
Unset by default.
|
||||||
|
|
||||||
@item GRUB_HIDDEN_TIMEOUT_QUIET
|
@item GRUB_HIDDEN_TIMEOUT_QUIET
|
||||||
|
|
Loading…
Reference in a new issue