New -boot_image any platform_id=

This commit is contained in:
2010-04-20 09:18:35 +00:00
parent 3896605a58
commit 117b4b2048
4 changed files with 75 additions and 184 deletions

View File

@ -258,6 +258,7 @@ struct XorrisO { /* the global context of xorriso */
int dvd_obs; /* DVD write chunk size: 0, 32k or 64k */
int stdio_sync; /* stdio fsync interval: -1, 0, >=32 */
int boot_platform_id;
int keep_boot_image;
int patch_isolinux_image;
char boot_image_bin_path[SfileadrL];