New API call isoburn_igopt_set_part_flag() and libisofs interval reader flags

This commit is contained in:
2015-04-23 13:51:44 +00:00
parent 9624cdd825
commit 5cd5f6abf9
6 changed files with 114 additions and 8 deletions

View File

@ -676,13 +676,16 @@ struct isoburn_imgen_opts {
/* Disk file paths of content of PreP partition and EFI system partition */
char *prep_partition;
int prep_part_flag;
char *efi_boot_partition;
int efi_boot_part_flag;
/* Eventual disk file paths of prepared images which shall be appended
after the ISO image and described by partiton table entries in a MBR.
*/
char *appended_partitions[Libisoburn_max_appended_partitionS];
uint8_t appended_part_types[Libisoburn_max_appended_partitionS];
int appended_part_flags[Libisoburn_max_appended_partitionS];
/* If 1: With appended partitions: create protective MBR and mark by GPT
*/