Fix the boot issue for latest KAOS.

This commit is contained in:
longpanda 2024-04-06 23:53:07 +08:00
parent 44fb9f4564
commit ee7da60d88
1 changed files with 2 additions and 0 deletions

View File

@ -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