* 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
|
@ -109,7 +109,7 @@ cmdline_cat_test (void)
|
|||
grub_video_checksum ("cmdline_cat");
|
||||
|
||||
if (!grub_test_use_gfxterm ())
|
||||
grub_cmdline_run (1);
|
||||
grub_cmdline_run (1, 0);
|
||||
|
||||
grub_test_use_gfxterm_end ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue