]> 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)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 02:42:42 +0000 (21:42 -0500)
commitace42fe8afaf1f988c871775509463bb48c52f6d
tree9ec8c9d94d74c30401cf09ebd6eb6fcc2b0b9dc8
parentfd85a041dce194a1f74b306c897c351fe2e22d45
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.

(cherry picked from commit 87c5e64c64e43be532cb703e96c0776309aab337)
stand/i386/boot2/Makefile
stand/i386/pxeldr/Makefile
stand/i386/zfsboot/Makefile