fix dd error on osx

Change-Id: Ifcfe59378c96f0518758a3dfb91a9a54199831e5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5192
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
Zone.N
2022-04-21 16:14:04 +00:00
committed by Adrien Destugues
parent eb22dbd032
commit 323c6d6bce
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1574,7 +1574,7 @@ actions BuildFloppyBootImage1
fi
$(RM) $(<)
# make an empty image
dd if=/dev/zero of=$(<) bs=1k count=$(FLOPPY_IMAGE_SIZE)
dd if=/dev/zero of=$(<) bs=1024 count=$(FLOPPY_IMAGE_SIZE)
# add haiku_loader
dd if=$(>[1]) of=$(<) conv=notrunc
# add the boot drivers tgz archive