X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/1ba23bcdff71a7f04d431a9aeb05ccea0b966df1..3ebd58c9dffec2541c72bb30ce3e7d0d6a6f4718:/INSTALL/grub/debug.cfg diff --git a/INSTALL/grub/debug.cfg b/INSTALL/grub/debug.cfg index 46ee395..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