]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
support for 360Udisk
[Ventoy.git] / INSTALL / grub / grub.cfg
index b1bc0388fc2722b6447a6304ea2ae63e75e5f1f5..8cb8fe069f96eebad8fe666ac8bc82a3077c68c6 100644 (file)
@@ -294,6 +294,8 @@ function distro_specify_initrd_file_phase2 {
         fi
     elif [ -f (loop)/antiX/initrd.gz ]; then
         vt_linux_specify_initrd_file /antiX/initrd.gz
+    elif [ -f (loop)/360Disk/initrd.gz ]; then
+        vt_linux_specify_initrd_file /360Disk/initrd.gz
     
     fi
 }