mkimage.sh: dd with fsync

This commit is contained in:
Harald Hoyer 2018-10-23 16:09:13 +02:00
parent f419b63561
commit 7a9c9c19fc

View file

@ -185,7 +185,7 @@ umount "$MY_TMPDIR"/boot
# ------------------------------------------------------------------------------
# root1
dd bs=4096 if="$SOURCE"/root.img of=${DEV_PART}2 status=progress
dd bs=4096 conv=fsync if="$SOURCE"/root.img of=${DEV_PART}2 status=progress
# ------------------------------------------------------------------------------
# data