mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-27 22:41:34 +01:00
As part of bootloader refactoring `go-blockdevice` was used for wiping partitions in #7329, but used standard wipe which could be fast/slow depending on the blockdevice support. Switch to using fast-wipe for partitions. This should not affect `wipe` option in machineconfig. Fixes: #7531 Signed-off-by: Noel Georgi <git@frezbo.dev>