* grub-core/normal/main.c: Don't drop to rescue console in
case of password-protected prompt and no menu entries.
This commit is contained in:
parent
7c378c3964
commit
41c6f91fce
6 changed files with 16 additions and 7 deletions
|
@ -66,7 +66,7 @@ void grub_menu_init_page (int nested, int edit,
|
|||
struct grub_term_output *term);
|
||||
void grub_normal_init_page (struct grub_term_output *term, int y);
|
||||
char *grub_file_getline (grub_file_t file);
|
||||
void grub_cmdline_run (int nested);
|
||||
void grub_cmdline_run (int nested, int force_auth);
|
||||
|
||||
/* Defined in `cmdline.c'. */
|
||||
char *grub_cmdline_get (const char *prompt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue