mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-09-23 00:06:37 +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.