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

@ -256,6 +256,8 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->partition_offset= 0;
m->partition_secs_per_head= 0;
m->partition_heads_per_cyl= 0;
m->prep_partition[0]= 0;
m->efi_boot_partition[0]= 0;
for(i= 0; i < Xorriso_max_appended_partitionS; i++) {
m->appended_partitions[i]= NULL;
m->appended_part_types[i]= 0;