X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/0f8478fbe1ecbcfd7a1f189d1ca2a60d05cdf322..036e9cc1679ddd3fbb07257b88ff9d76c92f9224:/INSTALL/grub/grub.cfg diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index 91ec7e0..865c923 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 { @@ -624,7 +624,7 @@ function efi_unsupport_menuentry { ############################################################# ############################################################# -set VENTOY_VERSION="1.0.16" +set VENTOY_VERSION="1.0.17" # Default menu display mode, you can change it as you want. # 0: List mode