From b3701f0b1899550f3b104daeefa3cb2ccc83779e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 22 Dec 2015 11:52:33 +0100 Subject: [PATCH] Removed the false prediction that HFS+ would cause GPT. --- libisofs/system_area.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libisofs/system_area.c b/libisofs/system_area.c index a4d9b66..85c8cbc 100644 --- a/libisofs/system_area.c +++ b/libisofs/system_area.c @@ -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) {