mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-27 06:33:23 -05:00
Add _VTNORMAL identifier.
This commit is contained in:
parent
9852252aba
commit
09a6d33d62
@ -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…
x
Reference in New Issue
Block a user