K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-05-06T21:54:05.361320Z K 7 svn:log V 312 Add mkimg_write() which combines lseek(2) and write(2) and uses sector granularity for both offset and length. Have all schemes use mkimg_write() instead of mkimg_seek() followed by write(2). Now that schemes don't use lseek(2) nor write(2) directly, it's easier to support output formats other than raw disks. END