mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-08-06 17:16:12 +00:00
On BusyBox, fdisk -v exists but returns a non-zero exit code, causing the script to incorrectly conclude fdisk is not available. Use POSIX command -v instead to reliably check for fdisk.