mkimage.sh: dd with fsync
This commit is contained in:
parent
f419b63561
commit
7a9c9c19fc
|
@ -185,7 +185,7 @@ umount "$MY_TMPDIR"/boot
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# root1
|
# 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
|
# data
|
||||||
|
|
Loading…
Reference in a new issue