]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
update languages.ini (#829 #834)
[Ventoy.git] / INSTALL / grub / debug.cfg
index 19e4733ba09a53bbe522521b5f2a8e6dd9463e4a..dcd0a060a1fd8e2fe43b0abb4d36c66955797238 100644 (file)
@@ -1,5 +1,5 @@
 
-source $prefix/keyboard.cfg.gz
+source $prefix/keyboard.cfg
 
 submenu "Resolution Configuration" --class=debug_resolution {
     menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
@@ -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
@@ -166,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 ...'
     }