New -as mkisofs option -appended_gpt_with_gaps
This commit is contained in:
@ -2454,6 +2454,9 @@ not_enough_args:;
|
||||
} else if(strcmp(argpt, "-appended_part_as_apm") == 0) {
|
||||
xorriso->appended_as_apm= 1;
|
||||
|
||||
} else if(strcmp(argpt, "-appended_gpt_with_gaps") == 0) {
|
||||
xorriso->iso_mbr_part_flag |= 2;
|
||||
|
||||
} else if(strcmp(argpt, "-B") == 0 ||
|
||||
strcmp(argpt, "-sparc-boot") == 0) {
|
||||
i++;
|
||||
|
Reference in New Issue
Block a user