X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/390eec4218444c0e3583ee0ccf5ec8b27b3273dd..6bd0463d3403c5c3dfe8ef5efe4ff74ceb86eeda:/INSTALL/grub/debug.cfg diff --git a/INSTALL/grub/debug.cfg b/INSTALL/grub/debug.cfg index e91f525..dcd0a06 100644 --- a/INSTALL/grub/debug.cfg +++ b/INSTALL/grub/debug.cfg @@ -1,5 +1,5 @@ -source $prefix/keyboard.cfg.gz +source $prefix/keyboard.cfg submenu "Resolution Configuration" --class=debug_resolution { menuentry 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET { @@ -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 ...' }