Provisory new API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp

This commit is contained in:
2012-06-12 11:33:46 +00:00
parent 9e497e369f
commit 8bff64f692
5 changed files with 115 additions and 1 deletions

View File

@@ -664,6 +664,10 @@ struct isoburn_imgen_opts {
*/
uint32_t tail_blocks;
/* Disk file paths of content of PreP partition and EFI system partition */
char *prep_partition;
char *efi_boot_partition;
/* Eventual disk file paths of prepared images which shall be appended
after the ISO image and described by partiton table entries in a MBR.
*/