From: Kay Sievers Date: Thu, 8 Aug 2013 21:11:50 +0000 (+0200) Subject: version 35 X-Git-Tag: 35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F35;p=platform%2Fupstream%2Fgummiboot.git version 35 --- 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;