Avoided -boot_image patching for images which obviously have no boot-info-table

This commit is contained in:
2010-04-29 13:33:34 +00:00
parent eea8016fc2
commit 224275e454
7 changed files with 207 additions and 149 deletions

View File

@ -270,7 +270,7 @@ struct XorrisO { /* the global context of xorriso */
char boot_image_bin_path[SfileadrL];
char boot_image_bin_form[16];
int boot_platform_id;
int patch_isolinux_image;
int patch_isolinux_image; /* bit0= boot-info-table , bit1= not with EFI */
int boot_image_emul; /* 0=no emulation
(1=emulation as hard disk)
(2=emulation as floppy)