mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
bug fix
This commit is contained in:
@@ -144,8 +144,12 @@ function uefi_iso_menu_func {
|
||||
loopback -d loop
|
||||
fi
|
||||
|
||||
unset LoadIsoEfiDriver
|
||||
|
||||
if [ -n "$vtisouefi" ]; then
|
||||
set LoadIsoEfiDriver=on
|
||||
else
|
||||
unset LoadIsoEfiDriver
|
||||
fi
|
||||
|
||||
vt_chosen_img_path chosen_path
|
||||
|
||||
if vt_is_udf ${1}${chosen_path}; then
|
||||
@@ -302,7 +306,7 @@ function legacy_iso_menu_func {
|
||||
#############################################################
|
||||
#############################################################
|
||||
|
||||
set VENTOY_VERSION="1.0.01"
|
||||
set VENTOY_VERSION="1.0.02"
|
||||
|
||||
#disable timeout
|
||||
unset timeout
|
||||
|
Reference in New Issue
Block a user