A first attempt on making bootable ISO images

This commit is contained in:
2008-09-26 16:14:21 +00:00
parent 2d1d4d4b37
commit 722e091460
6 changed files with 344 additions and 34 deletions

View File

@ -185,6 +185,13 @@ struct XorrisO { /* the global context of xorriso */
int keep_boot_image;
int patch_isolinux_image;
char boot_image_bin_path[SfileadrL];
int boot_image_emul; /* 0=no emulation
(1=emulation as hard disk)
(2=emulation as floppy)
*/
char boot_image_cat_path[SfileadrL];
off_t boot_image_load_size;
/* XORRISO options */