]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
support devuan in Legacy BIOS mode.
[Ventoy.git] / INSTALL / grub / grub.cfg
index 7b5de01f6ba0dd6c80363d0fa1b4af265bd18402..e867f8aa1f33a9304f98a7cf0e400b7f40660e2f 100644 (file)
@@ -405,6 +405,8 @@ function distro_specify_initrd_file_phase2 {
         vt_linux_specify_initrd_file /live/initrd
     elif [ -f (loop)/initramfs-linux.img ]; then
         vt_linux_specify_initrd_file /initramfs-linux.img
+    elif [ -f (loop)/boot/isolinux/initrd.gz ]; then
+        vt_linux_specify_initrd_file /boot/isolinux/initrd.gz        
     fi
 }