New -as mkisofs option -appended_gpt_with_gaps

This commit is contained in:
2024-12-16 18:25:58 +01:00
parent 6deb2435ab
commit f8d09f39de
5 changed files with 165 additions and 59 deletions

View File

@ -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++;