vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
elif [ -f (loop)/boot/full.cz ]; then
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
+
fi
}
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.78"
+set VENTOY_VERSION="1.0.79"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1