:: Re: [devuan-dev] ARM64 SUCCESS
Top Pagina
Delete this message
Reply to this message
Auteur: john faulk
Datum:  
Aan: devuan developers internal list
Onderwerp: Re: [devuan-dev] ARM64 SUCCESS
On Tue, 13 Dec 2022 at 09:07, . fsmithred <fsmithred@???> wrote:

> On 12/11/22, john faulk <mrjohnnywfaulk@???> wrote:
> > Morning everyone!
> >
> > After fixing bug after bug in installer-iso, I got all the way to the
> last
> > part, where it was supposed to hybridize the iso with iso hybrid. Sadly
> > this did not work on ARM64 natively, BUT, I transferred the unhybridized
> > iso, and I did it manually on my amd64 machine, and am pleased to
> announce
> > that I have SUCCESSFULLY constructed a fully-functioning Devuan ARM64
> > Netinstall iso!
> >
> > If anyone can think of an alternative solution to using isohybrid from
> > syslinux-utils at the end, that is the ONLY thing standing between us and
> > being able to do it completely with the code.
> >
> > Today is a proud day for Devuan and Init Freedom!
> >
> > -John
> >
>
> The desktop-live isos use xorriso with appropriate options to create
> the isohybrid. I don't know if you can use this. The xorriso command
> starts at line 126 -
> https://github.com/parazyd/libdevuansdk/blob/master/zlibs/iso
>
> fsmithred
> _______________________________________________
> devuan-dev internal mailing list
> devuan-dev@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/devuan-de
> <https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/devuan-dev>v
>

hmmm, that might work. I would have to figure out how to marry that to the
makeiso.mk file in installer-iso