1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-06 00:45:22 +01:00
Files
bootc/crates/blockdev
Sam Dasilva 2e81362e5c fix(blockdev): include "internals" when spawning loopback-cleanup-helper
Without the "internals" prefix, bootc fails to spawn the
loopback-cleanup-helper because the helper is only available
under the `bootc internals` subcommand.
This patch updates the spawned command to include "internals" before
the helper name so it runs as intended.

Signed-off-by: Sam Dasilva <samuelramos852@gmail.com>
2025-08-13 23:59:05 -04:00
..