From 354173579646d5a1890eb07897d65b121ca314cb Mon Sep 17 00:00:00 2001 From: longpanda Date: Mon, 8 Feb 2021 18:38:11 +0800 Subject: [PATCH] For 1.0.35 --- INSTALL/grub/debug.cfg | 9 +++++++++ INSTALL/grub/grub.cfg | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/INSTALL/grub/debug.cfg b/INSTALL/grub/debug.cfg index e91f525c..07696031 100644 --- a/INSTALL/grub/debug.cfg +++ b/INSTALL/grub/debug.cfg @@ -175,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 ...' } diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 70c97b2a..a7d44ca3 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -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