mirror of https://github.com/ventoy/Ventoy.git
Fix the boot issue for latest KAOS.
This commit is contained in:
parent
44fb9f4564
commit
ee7da60d88
|
@ -1411,6 +1411,8 @@ function ventoy_iso_busybox_ver {
|
|||
set ventoy_busybox_ver=64
|
||||
elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then
|
||||
set ventoy_busybox_ver=64
|
||||
elif vt_str_begin "$vt_volume_id" "KAOS_"; then
|
||||
set ventoy_busybox_ver=64
|
||||
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue