X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/9eb334d99a1d2890fa7b17cf47250e94689d39ee..3ebd58c9dffec2541c72bb30ce3e7d0d6a6f4718:/INSTALL/grub/debug.cfg diff --git a/INSTALL/grub/debug.cfg b/INSTALL/grub/debug.cfg index b2ed544..44d0bb8 100644 --- a/INSTALL/grub/debug.cfg +++ b/INSTALL/grub/debug.cfg @@ -19,6 +19,27 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json { unset pager } + if [ "$grub_platform" = "pc" ]; then + menuentry 'Check legacy theme plugin configuration' --class=debug_theme_legacy { + set pager=1 + vt_check_plugin_json $vt_plugin_path theme_legacy $vtoy_iso_part + + echo -e "\npress ENTER to exit ..." + read vtInputKey + unset pager + } + else + menuentry 'Check uefi theme plugin configuration' --class=debug_theme_uefi { + set pager=1 + vt_check_plugin_json $vt_plugin_path theme_uefi $vtoy_iso_part + + echo -e "\npress ENTER to exit ..." + read vtInputKey + unset pager + } + fi + + menuentry 'Check auto install plugin configuration' --class=debug_autoinstall { set pager=1 vt_check_plugin_json $vt_plugin_path auto_install $vtoy_iso_part @@ -74,7 +95,16 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json { echo -e "\npress ENTER to exit ..." read vtInputKey unset pager - } + } + + menuentry 'Check image list plugin configuration' --class=debug_imagelist { + set pager=1 + vt_check_plugin_json $vt_plugin_path image_list $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 ...'