X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qe0-f41.google.com (mail-qe0-f41.google.com [209.85.128.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 686CDDC01FE for ; Fri, 10 May 2013 10:54:14 +0000 (UTC) Received: by mail-qe0-f41.google.com with SMTP id b10so2391430qen.14 for ; Fri, 10 May 2013 03:54:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=laDDEkPOBiwZ1VScVEnGg8mpaXaIOPHyjwNf/28LqFE=; b=YiL3VZwTEKzq3+HPqtbWpAHuQIr+648E9q139sfyWFmEB7D+J5v7AaVTa1wTzYr6mA qRn6rPR8sz+tYMs2gAvnaBzuOtFIysgSm+7npq6QSlGxqUsZzxp54vcGoj7ETVf/BMOj 2+foMhkHMcXgmOc8DvTeCntKPGEFOr9sQuY/lp4V5gLdRTbUxuZuYQzEc6rFlTH/oS1f 7lbYB5H/VPfz88zpu2E4A6I3uCqPWawOFKfPSb0Ig/sZBQpY+LcmYLFu2Bguq1NYDcOu 8PujodIx81T2DilbGNUDFQS6o3GBM5eIImec+G/Q0EsFq9EWEy6MjJXVCSrRYh/+7kK2 mfMg== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.229.162.209 with SMTP id w17mr796547qcx.42.1368183253041; Fri, 10 May 2013 03:54:13 -0700 (PDT) Received: by 10.49.12.45 with HTTP; Fri, 10 May 2013 03:54:12 -0700 (PDT) In-Reply-To: References: <20130510094621.3b487b16@ncopa-desktop.alpinelinux.org> Date: Fri, 10 May 2013 06:54:12 -0400 Message-ID: Subject: Re: [alpine-devel] making an alpine iso From: Brian Knox To: Natanael Copa Cc: Carlo Landmeter , alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=f46d0447866dc9085504dc5afc29 --f46d0447866dc9085504dc5afc29 Content-Type: text/plain; charset=ISO-8859-1 Reverting to commit 4fc8419f... did the trick! Thanks. Brian On Fri, May 10, 2013 at 5:50 AM, Brian Knox wrote: > Thanks for the response - I'll give it a try this morning. I assume > another option would be to try edge - but I'd like to get an iso working w/ > the stable release first. > > I'll let you know how it goes! > Brian > > > On Fri, May 10, 2013 at 3:46 AM, Natanael Copa wrote: > >> On Fri, 10 May 2013 09:40:02 +0200 >> Carlo Landmeter wrote: >> >> > On Fri, May 10, 2013 at 12:45 AM, Brian Knox >> wrote: >> > > I'm running Alpine 2.5 and having a problem making a custom iso. I go >> > > through the instructions here: >> > > >> > > http://wiki.alpinelinux.org/wiki/How_to_make_a_custom_ISO_image >> > > >> > > And things go well until, during the make phase, it gets to installing >> > > syslinux. I then get: >> > > >> > > Downloading syslinux-4.06-r0 >> > > tar: usr/share/syslinux/ldlinux.c32: not found in archive >> > >> > Not 100% sure, but it looks like alpine-iso is not backwards >> > compatible since it has been set to use syslinux-5 (which is not in >> > alpine 2.5). >> > You could try to checkout an older version of alpine-iso (before the >> > "support for syslinux-5" commit) which should probably still work. >> > You can do that by going into alpine-iso dir and: git checkout >> > 4fc8419f46c543ae18bda240350d17f83f5bc936 >> > If that still doesn't work, you could try to checkout some older >> > commit and see if that works. >> > >> >> Yes, we should probably branch it in git. >> >> -nc >> > > --f46d0447866dc9085504dc5afc29 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Reverting to commit 4fc8419f... did the trick! =A0Thanks.<= div>
Brian


On Fri, May 10, 2013 at 5:50 AM, Brian Knox <taote= tek@gmail.com> wrote:
Thanks for the response - I= 'll give it a try this morning. =A0I assume another option would be to = try edge - but I'd like to get an iso working w/ the stable release fir= st.

I'll let you know how it goes!
Brian


On Fri, May = 10, 2013 at 3:46 AM, Natanael Copa <ncopa@alpinelinux.org> wrote:
On Fri, 10 May 2013 09:40:02 +0200
Carlo Landmeter <clandmeter@gmail.com> wrote:

> On Fri, May 10, 2013 at 12:45 AM, Brian Knox <taotetek@gmail.com> wrote:
> > I'm running Alpine 2.5 and having a problem making a custom i= so. =A0I go
> > through the instructions here:
> >
> > http://wiki.alpinelinux.org/wiki/How_to_make_a= _custom_ISO_image
> >
> > And things go well until, during the make phase, it gets to insta= lling
> > syslinux. =A0I then get:
> >
> > Downloading syslinux-4.06-r0
> > tar: usr/share/syslinux/ldlinux.c32: not found in archive
>
> Not 100% sure, but it looks like alpine-iso is not backwards
> compatible since it has been set to use syslinux-5 (which is not in > alpine 2.5).
> You could try to checkout an older version of alpine-iso (before the > "support for syslinux-5" commit) which should probably still= work.
> You can do that by going into alpine-iso dir and: git checkout
> 4fc8419f46c543ae18bda240350d17f83f5bc936
> If that still doesn't work, you could try to checkout some older > commit and see if that works.
>

Yes, we should probably branch it in git.

-nc


--f46d0447866dc9085504dc5afc29-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---