Re: Adding ppc64el support in debian-cd

2014-10-03 Thread Aurelien Jarno
On Fri, Oct 03, 2014 at 01:00:04AM +0100, Steve McIntyre wrote: On Fri, Oct 03, 2014 at 12:33:01AM +0200, Aurelien Jarno wrote: Hi Steve, On Sat, Sep 27, 2014 at 10:02:34AM +0200, Aurelien Jarno wrote: On Mon, Sep 22, 2014 at 10:47:10PM +0200, Aurelien Jarno wrote: The tarball should be

Re: Adding ppc64el support in debian-cd

2014-10-03 Thread Thomas Schmitt
Hi, Steve McIntyre wrote: I've also just added ppc64el to the daily and weekly build config - let's see how well it works! Aurelien Jarno wrote: It seems the daily build has worked correctly. If you mean

Re: Adding ppc64el support in debian-cd

2014-10-03 Thread Steve McIntyre
On Fri, Oct 03, 2014 at 02:34:42PM +0200, Thomas Schmitt wrote: Hi, Steve McIntyre wrote: I've also just added ppc64el to the daily and weekly build config - let's see how well it works! Aurelien Jarno wrote: It seems the daily build has worked correctly. If you mean

Re: Adding ppc64el support in debian-cd

2014-10-03 Thread Thomas Schmitt
Hi, if [ -f CD$N/ppc/bootinfo.txt ] ; then add_mkisofs_opt $CDDIR/../$N.mkisofs_opts -chrp-boot-part fi I've switched to that and added a hard dependency on xorriso too. Well, let's see how much havock this creates. I was prepared to give some more reasoning after having read my

Re: Adding ppc64el support in debian-cd

2014-10-03 Thread Aurelien Jarno
On Fri, Oct 03, 2014 at 02:34:42PM +0200, Thomas Schmitt wrote: Hi, Steve McIntyre wrote: I've also just added ppc64el to the daily and weekly build config - let's see how well it works! Aurelien Jarno wrote: It seems the daily build has worked correctly. If you mean

Re: Adding ppc64el support in debian-cd

2014-10-03 Thread Steve McIntyre
On Fri, Oct 03, 2014 at 05:12:11PM +0200, Aurelien Jarno wrote: -chrp-boot is an option supported by genisoimage, but it looks like it's not the case of xorriso. Note that this option is also use in the powerpc build. Yup. the powerpc build is the only one where we still depend on genisoimage,