version 35

Hardware / Gummiboot - Kay Sievers [vrfy.org] - 8 August 2013 16:11 UTC



###

diff --git a/configure.ac b/configure.ac
index 26e02d0..ca5a383 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
# along with systemd; If not, see .

AC_INIT([gummiboot],
- [34],
+ [35],
[systemd-devel@lists.freedesktop.org],
[gummiboot],
[http://freedesktop.org/wiki/Software/gummiboot])
diff --git a/src/efi/gummiboot.c b/src/efi/gummiboot.c
index cf3674e..43c9189 100644
--- a/src/efi/gummiboot.c
+++ b/src/efi/gummiboot.c
@@ -1040,6 +1040,7 @@ static BOOLEAN menu_run(Config *config, ConfigEntry **chosen_entry, CHAR16 *load

case KEYPRESS(0, SCAN_F1, 0):
case KEYPRESS(0, 0, 'h'):
+ case KEYPRESS(0, 0, '?'):
status = StrDuplicate(L"(d)efault, (t/T)timeout, (e)dit, (v)ersion (Q)uit (P)rint (h)elp");
break;

9ed40ae version 35
configure.ac | 2 +-
src/efi/gummiboot.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share