]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
support original order in image_list plugin
[Ventoy.git] / INSTALL / grub / debug.cfg
index b2ed544b89c5bd10ed4d191762feea1e9b7664c6..44d0bb8c0b0723872628c5af0142f28dc65610a9 100644 (file)
@@ -19,6 +19,27 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         unset pager
     }
     
+    if [ "$grub_platform" = "pc" ]; then
+        menuentry 'Check legacy theme plugin configuration' --class=debug_theme_legacy {
+            set pager=1
+            vt_check_plugin_json $vt_plugin_path theme_legacy $vtoy_iso_part
+            
+            echo -e "\npress ENTER to exit ..."
+            read vtInputKey
+            unset pager
+        }
+    else
+        menuentry 'Check uefi theme plugin configuration' --class=debug_theme_uefi {
+            set pager=1
+            vt_check_plugin_json $vt_plugin_path theme_uefi $vtoy_iso_part
+            
+            echo -e "\npress ENTER to exit ..."
+            read vtInputKey
+            unset pager
+        }
+    fi
+    
+    
     menuentry 'Check auto install plugin configuration' --class=debug_autoinstall {
         set pager=1
         vt_check_plugin_json $vt_plugin_path auto_install $vtoy_iso_part
@@ -74,7 +95,16 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         echo -e "\npress ENTER to exit ..."
         read vtInputKey
         unset pager
-    }      
+    }  
+
+    menuentry 'Check image list plugin configuration' --class=debug_imagelist {
+        set pager=1
+        vt_check_plugin_json $vt_plugin_path image_list $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 ...'