Commit ee7da60d authored by longpanda's avatar longpanda
Browse files

Fix the boot issue for latest KAOS.

parent 44fb9f45
...@@ -1411,6 +1411,8 @@ function ventoy_iso_busybox_ver { ...@@ -1411,6 +1411,8 @@ function ventoy_iso_busybox_ver {
set ventoy_busybox_ver=64 set ventoy_busybox_ver=64
elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then elif vt_str_begin "$vt_volume_id" "LDiagBootable"; then
set ventoy_busybox_ver=64 set ventoy_busybox_ver=64
elif vt_str_begin "$vt_volume_id" "KAOS_"; then
set ventoy_busybox_ver=64
fi fi
fi fi
......
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