function vt_check_compatible_pe {
#Check for PE without external tools
- if [ -f "$1/HBCD_PE.ini" ]; then
- set ventoy_compatible=YES
- fi
+ return
}
function locate_initrd {
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.46"
+set VENTOY_VERSION="1.0.47"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1