Fix the boot issue for openSUSE 16.0 (#3379)
Some checks failed
Ventoy CI / build (push) Has been cancelled
Mirror GitHub to Gitee / Sync-GitHub-to-Gitee (push) Has been cancelled

This commit is contained in:
longpanda
2025-12-09 09:37:32 +08:00
parent a71d4513e4
commit 935516ed49

View File

@@ -1439,6 +1439,8 @@ function ventoy_iso_busybox_ver {
set ventoy_busybox_ver=64
elif vt_str_begin "$vt_volume_id" "KAOS_"; then
set ventoy_busybox_ver=64
elif vt_str_str "$vt_volume_id" "x86_64"; then
set ventoy_busybox_ver=64
fi
fi