Fixed HBCD boot issue. (#992)

This commit is contained in:
longpanda 2021-07-11 10:14:16 +08:00
parent b3982d4930
commit fc3a5fae36

View File

@ -130,9 +130,7 @@ function get_os_type {
function vt_check_compatible_pe { function vt_check_compatible_pe {
#Check for PE without external tools #Check for PE without external tools
if [ -f "$1/HBCD_PE.ini" ]; then return
set ventoy_compatible=YES
fi
} }
function locate_initrd { function locate_initrd {