mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-14 00:05:05 -05:00
add class for submenu of 'Ventoy UEFI Utilities'
This commit is contained in:
parent
d8fbd79dda
commit
784e3ae879
@ -148,7 +148,7 @@ submenu "Screen Display Mode" --class=debug_screen_mode {
|
|||||||
|
|
||||||
if [ "$grub_platform" != "pc" ]; then
|
if [ "$grub_platform" != "pc" ]; then
|
||||||
submenu 'Ventoy UEFI Utilities' --class=debug_util {
|
submenu 'Ventoy UEFI Utilities' --class=debug_util {
|
||||||
menuentry 'Fixup Windows BlinitializeLibrary Failure' {
|
menuentry 'Fixup Windows BlinitializeLibrary Failure' --class=debug_util_blinit {
|
||||||
chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
|
chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
|
||||||
boot
|
boot
|
||||||
echo -e "\npress ENTER to exit ..."
|
echo -e "\npress ENTER to exit ..."
|
||||||
|
Loading…
Reference in New Issue
Block a user