]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
add class for submenu of 'Ventoy UEFI Utilities'
authorlongpanda <admin@ventoy.net>
Thu, 26 Nov 2020 06:51:13 +0000 (14:51 +0800)
committerlongpanda <admin@ventoy.net>
Thu, 26 Nov 2020 06:51:13 +0000 (14:51 +0800)
INSTALL/grub/debug.cfg

index 9be152dbf9bd235d02b489458845b76d88dc726d..451197491148efb0aec3052f5e7d8c4133fcfadf 100644 (file)
@@ -148,7 +148,7 @@ submenu "Screen Display Mode" --class=debug_screen_mode {
 
 if [ "$grub_platform" != "pc" ]; then
     submenu 'Ventoy UEFI Utilities' --class=debug_util {
 
 if [ "$grub_platform" != "pc" ]; then
     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
             boot
             echo -e "\npress ENTER to exit ..."
             chainloader ${vtoy_path}/vtoyutil_x64.efi env_param=${env_param} ${vtdebug_flag} feature=fix_windows_mmap
             boot
             echo -e "\npress ENTER to exit ..."