Removed the false prediction that HFS+ would cause GPT.
This commit is contained in:
parent
83b864efd2
commit
b3701f0b18
@ -2616,8 +2616,7 @@ static int partprepend_writer_compute_data_blocks(IsoImageWriter *writer)
|
||||
|
||||
with_chrp = ((t->system_area_options & 0x3cff) == 0x0400);
|
||||
if (t->opts->efi_boot_partition != NULL ||
|
||||
(t->opts->hfsplus && !with_chrp) ||
|
||||
t->gpt_req_count > 0)
|
||||
t->gpt_req_count > 0) /* Might not catch all cases with GPT */
|
||||
will_have_gpt = 1;
|
||||
|
||||
if (t->opts->efi_boot_partition != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user