function vt_check_compatible_linux {
if vt_str_begin "$vt_volume_id" "embootkit"; then
set ventoy_compatible=YES
+ elif [ -e "$1/casper/tinycore.gz" ]; then
+ set ventoy_compatible=YES
fi
return
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.62"
+set VENTOY_VERSION="1.0.64"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1