mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
writeimage.sh: dd does not support status=none on mac
This commit is contained in:
parent
df8b3af9e8
commit
543f9388de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user