X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/c9b316a75729b6176e58c76eabaaefb7d7a13574..9ddee7394d0b6f509e7f830b42054d5d30e59168:/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