Bug fix: The GUIDs of main GPT and backup GPT differed if more than one

System Area was written into the ISO image.
This commit is contained in:
2014-04-11 16:15:19 +02:00
parent dd27f579eb
commit a394f4dfd2
3 changed files with 10 additions and 6 deletions

View File

@@ -808,6 +808,8 @@ struct ecma119_image
/* Messages from gpt_tail_writer_compute_data_blocks() to
iso_write_system_area().
*/
uint8_t gpt_disk_guid[16];
int gpt_disk_guid_set;
/* Start of GPT entries in System Area, block size 512 */
uint32_t gpt_part_start;
/* The ISO block number after the backup GPT header , block size 2048 */