This is useful on cloud instances with remote serial ports as it can be
difficult to connect "fast enough" to get the initial menu display
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
all you can do is choose an entry by pressing @key{RET}, or press
@key{p} to enter the password.
+Pressing @key{Ctrl-l} will refresh the menu, which can be useful when
+connecting via serial after the menu has been drawn.
+
@node Menu entry editor
@section Editing a menu entry
}
goto refresh;
+ case GRUB_TERM_CTRL | 'l':
+ menu_fini ();
+ goto refresh;
+
default:
{
int entry;