Restricted volume size of PVD with non-zero partition offset to filesystem size even if the first PVD claims the whole output size
This commit is contained in:
parent
8ec75eea6a
commit
76181d0aa3
@ -1417,6 +1417,7 @@ int write_head_part2(Ecma119Image *target, int *write_count, int flag)
|
||||
target->partiton_offset from any LBA pointer.
|
||||
*/
|
||||
target->eff_partition_offset = target->opts->partition_offset;
|
||||
target->pvd_size_is_total_size = 0;
|
||||
for (i = 0; i < (int) target->nwriters; ++i) {
|
||||
writer = target->writers[i];
|
||||
/* Not all writers have an entry in the partion volume descriptor set.
|
||||
|
Loading…
Reference in New Issue
Block a user