]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/debug.cfg
support different themes for Legacy BIOS mode and UEFI mode
[Ventoy.git] / INSTALL / grub / debug.cfg
index 46ee3956d4598c91484f20123a5cff3fde6a851b..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