X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/a68629a93111126097aeb3b6fb3dc501ff472e6b..78df21fc4053350dbb6f41061dcfeeff9727f4fb:/INSTALL/grub/debug.cfg diff --git a/INSTALL/grub/debug.cfg b/INSTALL/grub/debug.cfg index 19e4733..0769603 100644 --- a/INSTALL/grub/debug.cfg +++ b/INSTALL/grub/debug.cfg @@ -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 ...' }