Provisory new -as mkisofs option -chrp-boot-part
This commit is contained in:
@ -376,6 +376,16 @@ struct XorrisO { /* the global context of xorriso */
|
||||
0 = auto (align if bit1)
|
||||
1 = always align
|
||||
2 = never align
|
||||
bit10-13= System area sub type
|
||||
With type 0 = MBR:
|
||||
Gets overridden by bit0 and bit1.
|
||||
0 = no particular sub type
|
||||
1 = CHRP: A single MBR partition
|
||||
of type 0x96 covers the ISO
|
||||
image. Not compatible with
|
||||
any other feature which
|
||||
needs to have own MBR
|
||||
partition entries.
|
||||
*/
|
||||
int patch_system_area; /* Bits as of system_area_options.
|
||||
to be applied to the loaded system
|
||||
|
Reference in New Issue
Block a user