]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
update workflows/sync2gitee.yml
[Ventoy.git] / INSTALL / grub / debug.cfg
index 19e4733ba09a53bbe522521b5f2a8e6dd9463e4a..e91f525c42369f7529d15ac31715339adde3783b 100644 (file)
@@ -139,6 +139,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         unset pager
     }
     
+    menuentry 'Check image blacklist plugin configuration' --class=debug_imageblacklist {
+        set pager=1
+        vt_check_plugin_json $vt_plugin_path image_blacklist $vtoy_iso_part
+        
+        echo -e "\npress ENTER to exit ..."
+        read vtInputKey
+        unset pager
+    }
+    
     menuentry 'Check boot conf replace plugin configuration' --class=debug_bootconf_replace {
         set pager=1
         vt_check_plugin_json $vt_plugin_path conf_replace $vtoy_iso_part