Support some special Win7PE

This commit is contained in:
longpanda
2021-08-14 11:49:51 +08:00
parent 7babe823d6
commit 0b7fa630a4
2 changed files with 84 additions and 0 deletions

View File

@@ -130,6 +130,11 @@ function get_os_type {
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
fi
return
}