Merge branch 'cjwatson/timeout-style'
This commit is contained in:
commit
44d4884779
6 changed files with 287 additions and 54 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2013-12-03 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
Add a new timeout_style environment variable and a corresponding
|
||||
GRUB_TIMEOUT_STYLE configuration key for grub-mkconfig. This
|
||||
controls hidden-timeout handling more simply than the previous
|
||||
arrangements, and pressing any hotkeys associated with menu entries
|
||||
during the hidden timeout will now boot the corresponding menu entry
|
||||
immediately.
|
||||
|
||||
GRUB_HIDDEN_TIMEOUT=<non-empty> + GRUB_TIMEOUT=<non-zero> now
|
||||
generates a warning, and if it shows the menu it will do so as if
|
||||
the second timeout were not present. Other combinations are
|
||||
translated into reasonable equivalents.
|
||||
|
||||
Based loosely on work by Franz Hsieh. Fixes Ubuntu bug #1178618.
|
||||
|
||||
2013-12-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/config.c: Add missing pointer adjustment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue