mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-25 04:24:41 -04:00
Add _VTNORMAL identifier.
This commit is contained in:
parent
9852252aba
commit
09a6d33d62
1 changed files with 5 additions and 3 deletions
|
@ -6025,9 +6025,11 @@ static grub_err_t ventoy_cmd_need_secondary_menu(grub_extcmd_context_t ctxt, int
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ventoy_check_mode_by_name(args[0], "vtmemdisk") ||
|
if (ventoy_check_mode_by_name(args[0], "vtgrub2") ||
|
||||||
ventoy_check_mode_by_name(args[0], "vtgrub2") ||
|
ventoy_check_mode_by_name(args[0], "vtwimboot") ||
|
||||||
ventoy_check_mode_by_name(args[0], "vtwimboot"))
|
ventoy_check_mode_by_name(args[0], "vtmemdisk") ||
|
||||||
|
ventoy_check_mode_by_name(args[0], "vtnormal")
|
||||||
|
)
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue