~hamo/ubuntu/precise/grub2/grub2.lp1297128

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu_probe_nonexistent_loopback.patch

  • Committer: Colin Watson
  • Date: 2013-12-04 14:01:16 UTC
  • Revision ID: cjwatson@canonical.com-20131204140116-xrlm630n0613wwfg
Revamp hidden timeout handling by adding 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 (LP: #1178618).  As part of merging this, radically
simplify /etc/grub.d/30_os-prober; if it finds other OSes it can now
just set timeout_style=menu and make sure the timeout is non-zero.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Origin: backport, http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3824
7
7
Bug-Ubuntu: https://bugs.launchpad.net/bugs/938724
8
8
Forwarded: no
9
 
Last-Update: 2012-04-05
 
9
Last-Update: 2013-12-04
10
10
 
11
11
Index: b/util/grub-probe.c
12
12
===================================================================
38
38
===================================================================
39
39
--- a/util/grub.d/30_os-prober.in
40
40
+++ b/util/grub.d/30_os-prober.in
41
 
@@ -224,14 +224,15 @@
 
41
@@ -180,14 +180,15 @@
42
42
          LINITRD="${LINITRD#/boot}"
43
43
        fi
44
44