Improved interaction of -as mkisofs command with other commands

This commit is contained in:
2013-03-10 19:34:09 +00:00
parent 0d3908da8f
commit c2088a4d48
9 changed files with 116 additions and 83 deletions

View File

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