function distro_specify_wim_patch_phase2 {
if [ -f (loop)/boot/boot.wim ]; then
vt_windows_collect_wim_patch wim /boot/boot.wim
+ elif [ -f (loop)/sources/boot.wim ]; then
+ vt_windows_collect_wim_patch wim /sources/boot.wim
fi
if vt_str_begin "$vt_volume_id" "DLC Boot"; then
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.85"
+set VENTOY_VERSION="1.0.86"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1