X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/0f8478fbe1ecbcfd7a1f189d1ca2a60d05cdf322..d063dbb7f2b9c859defc1aa2f21b242d8f1633e6:/INSTALL/grub/grub.cfg diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 91ec7e0..a4b8f85 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -68,15 +68,15 @@ function ventoy_localboot { } function ventoy_ext_menu { - #if [ -e $vt_plugin_path/ventoy/ventoy_grub.cfg ]; then + if [ -e $vt_plugin_path/ventoy/ventoy_grub.cfg ]; then set ventoy_new_context=1 configfile $vt_plugin_path/ventoy/ventoy_grub.cfg unset ventoy_new_context - #else - # echo "ventoy_grub.cfg NOT exist." - # echo -e "\npress ENTER to exit ..." - # read vtInputKey - #fi + else + echo "ventoy_grub.cfg NOT exist." + echo -e "\npress ENTER to exit ..." + read vtInputKey + fi } function get_os_type {