]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
1.0.55 release
[Ventoy.git] / INSTALL / grub / grub.cfg
index 7784b31d449255d2fecbbd8804cea09c984c90ac..95db8044e0a5183aaceab6db5bc4962f4c5d7e7f 100644 (file)
@@ -133,6 +133,8 @@ function vt_check_compatible_pe {
     #set compatible if ISO file is less than 80MB
     if [ $vt_chosen_size -gt 33554432 -a $vt_chosen_size -le 83886080 ]; then
         set ventoy_compatible=YES
+    elif [ -e $1/WEPE/WEPE.INI ]; then
+        set ventoy_compatible=YES
     fi
 
     return
@@ -156,12 +158,6 @@ 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
@@ -334,6 +330,8 @@ function distro_specify_initrd_file_phase2 {
         vt_linux_specify_initrd_file /360Disk/initrd.gz
     elif [ -f (loop)/porteus/initrd.xz ]; then
         vt_linux_specify_initrd_file /porteus/initrd.xz
+    elif [ -f (loop)/pyabr/boot/initrfs.img ]; then
+        vt_linux_specify_initrd_file /pyabr/boot/initrfs.img
     
     fi
 }
@@ -1969,7 +1967,7 @@ function img_unsupport_menuentry {
 #############################################################
 #############################################################
 
-set VENTOY_VERSION="1.0.53"
+set VENTOY_VERSION="1.0.55"
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1