Improved handling of cylinder alignment if the resulting image size

size is not divisible by 2048. Old behavior was to not align. New is
to pad up by a few blocks of 512 bytes.
This commit is contained in:
2015-05-10 09:34:45 +02:00
parent 5a3d84cbbb
commit c47167058a
5 changed files with 28 additions and 16 deletions

View File

@ -128,7 +128,7 @@ Name:
Purpose:
Records the IsoHfsplusBlessings blessing of a IsoNode as defined
in libisofs.h. At image load time, this info shall be converted back
in libisofs.h. At image load time, this info may be converted back
into a relation between IsoImage and IsoNode so that it is available for
the HFS+ writer when a new ISO 9660 / HFS+ image gets produced.
@ -152,7 +152,7 @@ Name:
Purpose:
Records the iso_hfsplus_xinfo_data information as defined in libisofs.h.
At image load time, this info shall be converted back into an xinfo
At image load time, this info may be converted back into an xinfo
attachment for iso_hfsplus_xinfo_func so that it is available for
the HFS+ writer when a new ISO 9660 / HFS+ image gets produced.