mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-28 09:17:02 +00:00
Update grub.cfg
This commit is contained in:
parent
fe7b9abcff
commit
91330b97bf
@ -158,8 +158,6 @@ function vt_check_compatible_pe {
|
|||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user