Bug fix: Non-zero partition offset zeroized the MBR copies of GPT partition

table entries which were enabled by el_torito_set_isolinux_options()
This commit is contained in:
2012-10-07 11:53:36 +02:00
parent 4673733c4b
commit b77917fb63
2 changed files with 6 additions and 2 deletions

View File

@@ -3488,7 +3488,11 @@ int el_torito_seems_boot_info_table(ElToritoBootImage *bootimg, int flag);
* iso_write_opts_set_hfsplus().
* @since 1.2.4
* Primary GPT and backup GPT get written if at least one
* ElToritoBootImage shall be mentioned
* ElToritoBootImage shall be mentioned.
* The first three mentioned GPT partitions get mirrored in the
* the partition table of the isohybrid MBR. They get type 0xfe.
* Often it is one of these MBR partitions which actually gets
* used by EFI.
* @since 1.2.4
* bit8= Mention in isohybrid Apple partition map
* APM get written if at least one ElToritoBootImage shall be