writeimage.sh: dd does not support status=none on mac

This commit is contained in:
Calin Crisan 2015-10-28 21:26:14 +02:00
parent df8b3af9e8
commit 543f9388de

View File

@ -76,7 +76,7 @@ fi
umount ${SDCARD_DEV}* 2>/dev/null || true
msg "writing disk image to sdcard"
dd if=$DISK_IMG of=$SDCARD_DEV bs=1048576 status=none
dd if=$DISK_IMG of=$SDCARD_DEV bs=1048576
sync
if which partprobe > /dev/null 2>&1; then