CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/30 18:37:25
Modified files:
distrib/arm64/ramdisk: Makefile
distrib/armv7/miniroot: Makefile.inc
Log message:
When writing to a raw vnd device with dd if the input file size is not a
multiple of bs use conv=sync to zero pad the final record. Avoids
"vnd0: sloppy write from proc" messages when building arm releases.
tested by deraadt@
