Preparations for ISO/HFS+ hybrid images by Vladimir Serbinenko

This commit is contained in:
2012-05-24 07:13:20 +00:00
parent b6857855f5
commit 4f90dad64b
18 changed files with 218 additions and 67 deletions

View File

@ -133,6 +133,7 @@ struct XorrisO { /* the global context of xorriso */
int iso_level;
int do_joliet;
int do_hfsplus;
int do_rockridge;
int do_iso1999;
@ -337,7 +338,8 @@ struct XorrisO { /* the global context of xorriso */
int keep_boot_image;
char boot_image_cat_path[SfileadrL];
int boot_image_cat_hidden; /* bit0= hidden in ISO/RR , bit1= in Joliet */
int boot_image_cat_hidden; /* bit0= hidden in ISO/RR , bit1= in Joliet ,
bit2= in HFS+ */
int boot_count; /* number of already attached boot images */
char boot_image_bin_path[SfileadrL];
@ -506,6 +508,7 @@ struct XorrisO { /* the global context of xorriso */
struct ExclusionS *iso_rr_hidings;
struct ExclusionS *joliet_hidings;
struct ExclusionS *hfsplus_hidings;
int use_stdin; /* use raw stdin even if readline support is compiled */
int result_page_length;