]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Avoid using non-portable dd conv=osync option
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 11 May 2020 08:40:33 +0000 (08:40 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 11 May 2020 08:40:33 +0000 (08:40 +0000)
commit87c5e64c64e43be532cb703e96c0776309aab337
tree4c3de225c54476fd3b117b021b532ffae5eed929
parent4a6ee281d9b3cf45f2894b11bcdf2a27f508cdf7
Avoid using non-portable dd conv=osync option

The same thing can be achieved using the bs=$SIZE and conv=sync options.
Unlike conv=osync, conv=sync is support on both Linux and macOS.

Reviewed By: imp, jhb (earlier version)
Obtained from: CheriBSD
Differential Revision: https://reviews.freebsd.org/D24788
stand/i386/boot2/Makefile
stand/i386/pxeldr/Makefile
stand/i386/zfsboot/Makefile