Discarding, keeping or patching boot images from existing ISO images

This commit is contained in:
2008-02-11 09:48:29 +00:00
parent 9134a8d5b8
commit 5f67e789ed
6 changed files with 174 additions and 25 deletions

View File

@ -109,6 +109,9 @@ struct XorrisO { /* the global context of xorriso */
int fs; /* fifo size in 2048 byte chunks : at most 1 GB */
int padding; /* number of bytes to add after ISO 9660 image */
int keep_boot_image;
int patch_isolinux_image;
/* XORRISO options */
int allow_graft_points;