X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/0f8478fbe1ecbcfd7a1f189d1ca2a60d05cdf322..7d1507906d5178c853aefb652260d6745db1eaef:/INSTALL/grub/debug.cfg diff --git a/INSTALL/grub/debug.cfg b/INSTALL/grub/debug.cfg index d3c44c8..5abb395 100644 --- a/INSTALL/grub/debug.cfg +++ b/INSTALL/grub/debug.cfg @@ -54,7 +54,16 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json { echo -e "\npress ENTER to exit ..." read vtInputKey unset pager - } + } + + menuentry 'Check injection plugin configuration' --class=debug_injection { + set pager=1 + vt_check_plugin_json $vt_plugin_path injection $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 ...'