[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Troubles with debian-cd



On Mon, 13 May 2013, Thomas Schmitt wrote:
> Hi,
> 
> the regression was introduced by
>   http://www.libburnia-project.org/changeset/4985
> in xorriso/write_run.c lines 2361 to 2365.
> 
> I can get
>    xorriso-1.2.9 -as mkisofs -print-size -b ... -isohybrid-mbr ...
> to work by re-instating the call of Xorriso_genisofs_add_boot()
> if -print-size was given:
> 
>  if(xorriso->boot_image_bin_path[0] && do_print_size) {
>    ret= Xorriso_genisofs_add_boot(xorriso, 0);
>    if(ret <= 0)
>      goto ex;
>  }
> 
> (Its parameter list has changed during rev 4985.)
> 
> 
> I removed that call from the end of emulation, in order to allow
> further manipulation of the most recently added boot image.
> (xorriso has an own life outside mkisofs and cdrecord emulation.)
> 
> Now i have to realize that it hid a bug in the processing of the
> last registered boot image in xorriso's genuine command mode.
> Thanks again for reporting.

Glad to be of help.

Phil.

-- 
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818        Fax +64 3 488 2875        Mobile 027 663 4453
   philipc@copyleft.co.nz - personal.    info@copyleft.co.nz - business


Reply to: