+ menuentry 'Check menu tip plugin configuration' --class=debug_menutip --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path menu_tip $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check menu class plugin configuration' --class=debug_menuclass --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path menu_class $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check injection plugin configuration' --class=debug_injection --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path injection $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check auto memdisk plugin configuration' --class=debug_automemdisk --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path auto_memdisk $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check image list plugin configuration' --class=debug_imagelist --class=debug_json --class=F5tool {
+ 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 'Check image blacklist plugin configuration' --class=debug_imageblacklist --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path image_blacklist $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check boot conf replace plugin configuration' --class=debug_bootconf_replace --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path conf_replace $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check dud plugin configuration' --class=debug_dud --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path dud $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check password plugin configuration' --class=debug_pwd --class=debug_json --class=F5tool {
+ set pager=1
+ vt_check_plugin_json $vt_plugin_path password $vtoy_iso_part
+
+ echo -e "\npress ENTER to exit ..."
+ read vtInputKey
+ unset pager
+ }
+
+ menuentry 'Check custom boot plugin configuration' --class=debug_custom_boot --class=debug_json --class=F5tool {
+ 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 {