vt_linux_specify_initrd_file /images/pxeboot/initrd.img
elif [ -f (loop)/live/initrd ]; then
vt_linux_specify_initrd_file /live/initrd
-
+ elif [ -f (loop)/initramfs-linux.img ]; then
+ vt_linux_specify_initrd_file /initramfs-linux.img
fi
}
+
function ventoy_get_ghostbsd_ver {
# fallback to parse version from elf /boot/kernel/kernel
set vt_freebsd_ver=xx
set ventoy_busybox_ver=64
elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then
set ventoy_busybox_ver=64
+ elif vt_str_begin "$vt_volume_id" "KAOS_"; then
+ set ventoy_busybox_ver=64
fi
fi
#############################################################
#############################################################
-set VENTOY_VERSION="1.0.96"
+set VENTOY_VERSION="1.1.01"
#ACPI not compatible with Window7/8, so disable by default
set VTOY_PARAM_NO_ACPI=1