mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
1.0.32 release
This commit is contained in:
@@ -287,7 +287,14 @@ function distro_specify_initrd_file_phase2 {
|
||||
if [ -f (loop)/EFI/BOOT/bootx64.efi ]; then
|
||||
vt_cpio_busybox64 "64h"
|
||||
fi
|
||||
|
||||
elif [ -f (loop)/boot/initfs.x86_64-efi ]; then
|
||||
vt_linux_specify_initrd_file /boot/initfs.x86_64-efi
|
||||
if [ -f (loop)/boot/initfs.i386-pc ]; then
|
||||
vt_linux_specify_initrd_file /boot/initfs.i386-pc
|
||||
fi
|
||||
elif [ -f (loop)/antiX/initrd.gz ]; then
|
||||
vt_linux_specify_initrd_file /antiX/initrd.gz
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -1467,7 +1474,7 @@ function img_unsupport_menuentry {
|
||||
#############################################################
|
||||
#############################################################
|
||||
|
||||
set VENTOY_VERSION="1.0.31"
|
||||
set VENTOY_VERSION="1.0.32"
|
||||
|
||||
#ACPI not compatible with Window7/8, so disable by default
|
||||
set VTOY_PARAM_NO_ACPI=1
|
||||
|
Reference in New Issue
Block a user