mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
add austrumi support.(issue #637)
This commit is contained in:
@@ -277,7 +277,12 @@ function distro_specify_initrd_file_phase2 {
|
||||
vt_linux_specify_initrd_file /install.amd/gtk/initrd.gz
|
||||
elif [ -f (loop)/boot/grub/kernels.cfg ]; then
|
||||
vt_linux_parse_initrd_grub file (loop)/boot/grub/kernels.cfg
|
||||
|
||||
elif [ -f (loop)/austrumi/initrd.gz ]; then
|
||||
vt_linux_specify_initrd_file /austrumi/initrd.gz
|
||||
if [ -f (loop)/EFI/BOOT/bootx64.efi ]; then
|
||||
vt_cpio_busybox64 "64h"
|
||||
fi
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user