X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C9BCBDC0111 for ; Fri, 10 May 2013 07:40:03 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id x12so7286675ief.40 for ; Fri, 10 May 2013 00:40:02 -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=itmQDm5KavayPOv3LViWJTg5q+8NT+Ul7R2omozWPHc=; b=jMuVx/Sni2Lo1L2nMxO3DG125y8COtFNZkiJqC2U4gFGp75pYvvi8JNWYM5TyqH9dE wImDBD60Zh663N8vN76RbVQ1cgoyiJ8e5JLxglCSpghJ7k34mskhOwdqJVS5Dyjwws6H EK16lY3iuTPMqUxk44GOloTlIP1QaCl0RbwEVRl9PTBzMeFtvcxQHLPpVwoy1rlTwbkB 1Nf/aNtkjrX9vljNb5K9JTqxZNY16xrpmRZqG6jQJ2d6P9PIP637aewiFbCI49vae7zD 6kBplnEHRqIHuD13rrK90pUKBj59ZnIICZ4EzFuezDfYGpcN2xJaaOKBs6OZ5kvvWEXB Eqcw== 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.50.120.102 with SMTP id lb6mr1031087igb.103.1368171602499; Fri, 10 May 2013 00:40:02 -0700 (PDT) Received: by 10.64.20.45 with HTTP; Fri, 10 May 2013 00:40:02 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 May 2013 09:40:02 +0200 Message-ID: Subject: Re: [alpine-devel] making an alpine iso From: Carlo Landmeter To: Brian Knox Cc: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=ISO-8859-1 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. > > At which point the build dies. > > I've gotten this error trying to build the default alpine-rescue. > > Any pointers? > > Thanks! > > Brian --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---