Fix the latest Kicksecure boot issue. (#3651)

This commit is contained in:
longpanda
2026-06-25 19:16:48 +08:00
parent d51e76daa9
commit 31648a0d4b
2 changed files with 35 additions and 1 deletions

View File

@@ -1457,7 +1457,10 @@ function ventoy_iso_busybox_ver {
set ventoy_busybox_ver=64
elif vt_strstr "$vt_volume_id" "x86_64"; then
set ventoy_busybox_ver=64
elif vt_istrstr "${vt_chosen_path}" "x86_64"; then
set ventoy_busybox_ver=64
elif vt_istrstr "${vt_chosen_path}" "amd64"; then
set ventoy_busybox_ver=64
fi
fi
}