1 submenu 'Check plugin json configuration (ventoy.json)' {
2 menuentry 'Check global control plugin configuration' {
4 vt_check_plugin_json $iso_path control $iso_path
6 echo -e "\npress ENTER to exit ..."
11 menuentry 'Check theme plugin configuration' {
13 vt_check_plugin_json $iso_path theme $iso_path
15 echo -e "\npress ENTER to exit ..."
20 menuentry 'Check auto install plugin configuration' {
22 vt_check_plugin_json $iso_path auto_install $iso_path
24 echo -e "\npress ENTER to exit ..."
29 menuentry 'Check persistence plugin configuration' {
31 vt_check_plugin_json $iso_path persistence $iso_path
33 echo -e "\n############### dump persistence ###############"
36 echo -e "\npress ENTER to exit ..."
41 menuentry 'Check menu alias plugin configuration' {
43 vt_check_plugin_json $iso_path menu_alias $iso_path
45 echo -e "\npress ENTER to exit ..."
50 menuentry 'Return to previous menu [Esc]' VTOY_RET {
55 menuentry 'Return to previous menu [Esc]' VTOY_RET {