vt_linux_specify_initrd_file /boot/full.cz
elif [ -f (loop)/images/pxeboot/initrd.img ]; then
vt_linux_specify_initrd_file /images/pxeboot/initrd.img
+ elif [ -f (loop)/live/initrd ]; then
+ vt_linux_specify_initrd_file /live/initrd
fi
}
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.89"
+set VENTOY_VERSION="1.0.90"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1