]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
1.0.29 release
[Ventoy.git] / INSTALL / grub / debug.cfg
index d62d26becd7746b726fd3d7c116b361a67f2dfb9..9be152dbf9bd235d02b489458845b76d88dc726d 100644 (file)
@@ -94,6 +94,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         unset pager
     }
     
+    menuentry 'Check dud plugin configuration' --class=debug_dud {
+        set pager=1
+        vt_check_plugin_json $vt_plugin_path dud $vtoy_iso_part
+        
+        echo -e "\npress ENTER to exit ..."
+        read vtInputKey
+        unset pager
+    }
+    
     menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
         echo 'Return ...'
     }