We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0c65d commit c9161d0Copy full SHA for c9161d0
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