We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af0c65d + c9161d0 commit 873d784Copy full SHA for 873d784
1 file changed
pkg/bootc/bootc_disk.go
@@ -44,7 +44,7 @@ for arg in "$@"; do
44
*) args+="$arg" ;;
45
esac
46
done
47
-exec /usr/sbin/losetup "$@"
+exec /usr/sbin/losetup "$@" --direct-io=off
48
`
49
50
// DiskImageConfig defines configuration for the
0 commit comments