]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
Add support for 小鱼儿yr系统维护PE
[Ventoy.git] / INSTALL / grub / grub.cfg
index cb538c9a371d57acff7ed4eae4065b7a531e0788..7784b31d449255d2fecbbd8804cea09c984c90ac 100644 (file)
@@ -156,6 +156,12 @@ function locate_initrd {
 }
 
 function locate_wim {
+    if vt_strstr "$vt_volume_id" "yr"; then
+        if [ -f (loop)/isyl/isyl ]; then
+            vt_wim_peset
+        fi
+    fi
+
     vt_windows_locate_wim_patch (loop)
     
     if [ -n "${vtdebug_flag}" ]; then