On 01/12/2016 05:11 AM, Dr. David Alan Gilbert wrote:

>> Tell me please right way to append zeros to "BIOS (ia32) ROM Ext. (137*512)"
>> file?
> 
> I'd use dd; something like:
>   dd if=/dev/zero bs=1 count=18944 >> theromfile
> I think that should do it (203264-184320=18944)

Or simpler:

truncate --size=203264 theromfile

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to