Commit fc3a5fae authored by longpanda's avatar longpanda
Browse files

Fixed HBCD boot issue. (#992)

parent b3982d49
...@@ -130,9 +130,7 @@ function get_os_type { ...@@ -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 {
......
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