Unverified Commit 91330b97 authored by longpanda's avatar longpanda Committed by GitHub
Browse files

Update grub.cfg

parent fe7b9abc
...@@ -157,9 +157,7 @@ function vt_check_compatible_pe { ...@@ -157,9 +157,7 @@ function vt_check_compatible_pe {
#Check for PE without external tools #Check for PE without external tools
#set compatible if ISO file is less than 80MB #set compatible if ISO file is less than 80MB
if [ $vt_chosen_size -gt 33554432 -a $vt_chosen_size -le 83886080 ]; then if [ $vt_chosen_size -gt 33554432 -a $vt_chosen_size -le 83886080 ]; then
set ventoy_compatible=YES set ventoy_compatible=YES
elif [ -e $1/WEPE/WEPE.INI ]; then
set ventoy_compatible=YES
fi fi
return return
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment