Improved interaction of -as mkisofs command with other commands
This commit is contained in:
@ -138,6 +138,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
*/
|
||||
|
||||
int iso_level;
|
||||
int iso_level_is_default;
|
||||
int do_joliet;
|
||||
int do_hfsplus;
|
||||
int do_fat;
|
||||
@ -179,6 +180,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
char scdbackup_tag_listname[SfileadrL];
|
||||
|
||||
int relax_compliance; /* opaque bitfield to be set by xorrisoburn */
|
||||
int allow_dir_id_ext_dflt; /* -compliance allow_dir_id_ext still on default */
|
||||
char rr_reloc_dir[256];
|
||||
int rr_reloc_flags;
|
||||
int untranslated_name_len;
|
||||
@ -367,6 +369,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
1=emulation as hard disk
|
||||
2=emulation as floppy
|
||||
*/
|
||||
int boot_emul_default; /* 1= boot_image_emul is still default */
|
||||
off_t boot_image_load_size;
|
||||
unsigned char boot_id_string[29];
|
||||
unsigned char boot_selection_crit[21];
|
||||
|
Reference in New Issue
Block a user