New -boot_image bootspec iso_mbr_part_type=
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-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2017 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -499,6 +499,11 @@ struct XorrisO { /* the global context of xorriso */
|
||||
/* If 1: Apply isohybrid gestures to non-isohybrid situations */
|
||||
int part_like_isohybrid;
|
||||
|
||||
/* MBR partition type of ISO filesystem partition or protective partition
|
||||
if not real GPT or CHRP.
|
||||
*/
|
||||
int iso_mbr_part_type;
|
||||
|
||||
/* See libisoburn.h isoburn_igopt_set_gpt_guid() */
|
||||
uint8_t gpt_guid[16];
|
||||
int gpt_guid_mode;
|
||||
|
Reference in New Issue
Block a user