]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Update grub.cfg
authorlongpanda <59477474+ventoy@users.noreply.github.com>
Sun, 5 Dec 2021 13:02:14 +0000 (21:02 +0800)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 13:02:14 +0000 (21:02 +0800)
INSTALL/grub/grub.cfg

index 0ef6912246e32697eac854b03d977d3e1239a838..989633119312f3ecae230b9d8738cb562ce22f45 100644 (file)
@@ -157,9 +157,7 @@ function vt_check_compatible_pe {
     #Check for PE without external tools
     #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
+        set ventoy_compatible=YES    
     fi
 
     return