diff options
author | Kay Sievers <kay@vrfy.org> | 2013-08-08 23:11:50 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-08-08 23:11:50 +0200 |
commit | 9ed40aec115853f91420dd43b103ef961eb8d04e (patch) | |
tree | a31158a74f3b92b4a2946fea77551349510460b0 | |
parent | b83d090971dbdccb0ce3f950ead91a282c86a8c0 (diff) |
version 3535
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/efi/gummiboot.c | 1 |
2 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. 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; |