Gave up automatic switch to -boot_image "isolinux" "patch" after writing
This commit is contained in:
@ -1257,12 +1257,17 @@ ex:;
|
||||
|
||||
if(ret<=0) {
|
||||
/* >>> ??? revive discarded boot image */;
|
||||
|
||||
#ifdef NIX
|
||||
/* <<< this was probably not a good idea */
|
||||
} 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);
|
||||
#endif /* NIX */
|
||||
|
||||
}
|
||||
if(disc!=NULL)
|
||||
burn_disc_free(disc);
|
||||
|
Reference in New Issue
Block a user