]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
For 1.0.35
[Ventoy.git] / INSTALL / grub / debug.cfg
index e91f525c42369f7529d15ac31715339adde3783b..07696031503e53c13dea2e3a96a1bd9cd94d142e 100644 (file)
@@ -175,6 +175,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         unset pager
     }
     
+    menuentry 'Check custom boot plugin configuration' --class=debug_custom_boot {
+        set pager=1
+        vt_check_plugin_json $vt_plugin_path custom_boot $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 ...'
     }