New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/* Command line oriented batch and dialog tool which creates, loads,
|
||||
manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -483,7 +483,11 @@ struct XorrisO { /* the global context of xorriso */
|
||||
uint8_t appended_part_types[Xorriso_max_appended_partitionS];
|
||||
/* If 1: With appended partitions: create protective MBR and mark by GPT */
|
||||
int appended_as_gpt;
|
||||
/* If 1: With appended partitions: mark by APM */
|
||||
int appended_as_apm;
|
||||
|
||||
/* If 1: Apply isohybrid gestures to non-isohybrid situations */
|
||||
int part_like_isohybrid;
|
||||
|
||||
/* Eventual name of the non-ISO aspect of the image. E.g. SUN ASCII label.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user