mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
1.0.16 release
This commit is contained in:
@@ -54,7 +54,16 @@ submenu 'Check plugin json configuration (ventoy.json)' --class=debug_json {
|
||||
echo -e "\npress ENTER to exit ..."
|
||||
read vtInputKey
|
||||
unset pager
|
||||
}
|
||||
}
|
||||
|
||||
menuentry 'Check injection plugin configuration' --class=debug_injection {
|
||||
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 'Return to previous menu [Esc]' --class=vtoyret VTOY_RET {
|
||||
echo 'Return ...'
|
||||
|
@@ -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 {
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user