Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part

This commit is contained in:
2012-06-12 11:35:05 +00:00
parent f133a1eee3
commit 75a53dc9a2
5 changed files with 33 additions and 2 deletions

View File

@ -393,6 +393,10 @@ struct XorrisO { /* the global context of xorriso */
/* 1 to 255, 0= disabled/default */
int partition_heads_per_cyl;
/* Disk file paths of content of PreP partition and EFI system partition */
char prep_partition[SfileadrL];
char efi_boot_partition[SfileadrL];
/* Path and type of image files to be appended as MBR partitions */
char *appended_partitions[Xorriso_max_appended_partitionS];
uint8_t appended_part_types[Xorriso_max_appended_partitionS];