]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
Fix the repo missing for Kylin V10 SP2 Server
[Ventoy.git] / INSTALL / grub / grub.cfg
index 5d7d5b5f3165171e3aa9fb829c10be98bd47a83d..792874280cd24a99852dee5aa782ce5eef095424 100644 (file)
@@ -381,7 +381,9 @@ function distro_specify_initrd_file_phase2 {
         vt_linux_specify_initrd_file /sysresccd/boot/i686/sysresccd.img
     elif [ -f (loop)/boot/full.cz ]; then
         vt_linux_specify_initrd_file /boot/full.cz
-    
+    elif [ -f (loop)/images/pxeboot/initrd.img ]; then
+        vt_linux_specify_initrd_file /images/pxeboot/initrd.img
+
     fi
 }