Small adjustments about -boot_image

This commit is contained in:
2008-10-02 09:24:58 +00:00
parent d5ec0342cc
commit 18da5ec3f2
3 changed files with 13 additions and 5 deletions

View File

@ -1174,8 +1174,13 @@ ex:;
if(ret<=0) {
/* >>> ??? revive discarded boot image */;
} else if(xorriso->boot_image_bin_path[0]) {
xorriso->keep_boot_image= 1;
xorriso->patch_isolinux_image= 1;
xorriso->boot_image_bin_path[0]= 0;
sprintf(xorriso->info_text, "Switched to -boot_image isolinux patch");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
}
if(disc!=NULL)
burn_disc_free(disc);
isoburn_igopt_destroy(&sopts, 0);