Skip to content

Commit 873d784

Browse files
authored
Merge pull request #17 from ckyrouac/losetup-wrapper-fix
disk: Default to direct-io=off in losetup wrapper
2 parents af0c65d + c9161d0 commit 873d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/bootc/bootc_disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for arg in "$@"; do
4444
*) args+="$arg" ;;
4545
esac
4646
done
47-
exec /usr/sbin/losetup "$@"
47+
exec /usr/sbin/losetup "$@" --direct-io=off
4848
`
4949

5050
// DiskImageConfig defines configuration for the

0 commit comments

Comments
 (0)