HomeFreeBSD

Avoid using non-portable dd conv=osync option

Description

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

Details

Provenance
arichardsonAuthored on May 11 2020, 8:40 AM
Parents
rG4a6ee281d9b3: Remove unused rnh_close callback from rtable & cleanup depends.
Branches
Unknown
Tags
Unknown