Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user