]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
For 1.0.35 v1.0.35
authorlongpanda <admin@ventoy.net>
Mon, 8 Feb 2021 10:38:11 +0000 (18:38 +0800)
committerlongpanda <admin@ventoy.net>
Mon, 8 Feb 2021 10:38:11 +0000 (18:38 +0800)
INSTALL/grub/debug.cfg
INSTALL/grub/grub.cfg

index e91f525c42369f7529d15ac31715339adde3783b..07696031503e53c13dea2e3a96a1bd9cd94d142e 100644 (file)
@@ -175,6 +175,15 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
         unset pager
     }
     
         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 ...'
     }
     menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
         echo 'Return ...'
     }
index 70c97b2afc6b25a235f42f27bda3eb1513d6f803..a7d44ca3a6d1513fcfc9e60c65058101c3395e5a 100644 (file)
@@ -1546,7 +1546,7 @@ function img_unsupport_menuentry {
 #############################################################
 #############################################################
 
 #############################################################
 #############################################################
 
-set VENTOY_VERSION="1.0.34"
+set VENTOY_VERSION="1.0.35"
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1