X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by lists.alpinelinux.org (Postfix) with ESMTP id 180DF5C4E7D for ; Tue, 27 Feb 2018 04:19:16 +0000 (GMT) Received: by mail-wr0-f171.google.com with SMTP id u49so23386858wrc.10 for ; Mon, 26 Feb 2018 20:19:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flatglobe.org; s=google; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=hqZQp2yqjHc2uisdG6ozHsTa0iGpq9EaV4C3oECnfn4=; b=HZaG17AXf0tlGVvY2MKwyJQuqkPNSAvr+pLJqLGIxZdzxL9fYGEkoPHdb+OTLi40gv b1AtXvr2xgoHSaaeWvBXbNAyJLBn4cs9Xl8hKDh15NQ8xt1hNckh1OiUIhGMGW+JU5Y1 MCQ8HpYan0DBB+xbHU6ne4IL5XPb6YwRdUF/E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=hqZQp2yqjHc2uisdG6ozHsTa0iGpq9EaV4C3oECnfn4=; b=Qe+rhkQpVGShpwuiOF9NdpyRO2U7kEU254l9+1xmpi7WQyPyh2Q5nk78NM85QCMQot 4ZGrA8UgtXGRmLRZwKUw73PQyzsKnx2s3sfrzqkECzL76JFU67a/aCL0U2cOhgYRnvp8 mH7MB7RCmvsbg3no0DLXz1sd81D1vcmCV17PN6VGZtRUWK0vE2+/0u83i93FtSzl9RFs H/lyucYAwvwQ11NQ4zU26ObPXNaRD+b5m5dLiaX9tjugwmgrtNSLM1bgZ0qN2VFYOlbO HtwHSA7lNVyw+BRhwaxcwRHbTw+ZxNT3i9JS+mtE2SHy6MmoKVvh4xzwH1UT3SaZ2cuF 9CCA== X-Gm-Message-State: APf1xPDn+z9nwsFiQWxnGccaXZDBUkR4RVsPqLb/hpFKjSAiCY+KlxCF 7qTbxeeL68sW7Zt5+O9jlNRaUNfCRQ== X-Google-Smtp-Source: AG47ELv1xnDQ2oC2gFJ/1aXT/KUslGXkpPmRM6J7l++/UkAPcg+TlCIaW00eOrDDzdeiuEbeFQL4Uw== X-Received: by 10.223.161.77 with SMTP id r13mr63259wrr.1.1519705155938; Mon, 26 Feb 2018 20:19:15 -0800 (PST) Received: from [192.168.70.11] (cpe-204-210-145-127.hvc.res.rr.com. [204.210.145.127]) by smtp.gmail.com with ESMTPSA id w74sm16353611wmd.1.2018.02.26.20.19.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Feb 2018 20:19:15 -0800 (PST) Subject: Re: [alpine-devel] How to build alpine image from sources To: alpine-devel@lists.alpinelinux.org References: From: "Tuan M. Hoang" Message-ID: <1946085a-3d20-72c3-a9fe-8bfa0a0d1cff@flatglobe.org> Date: Mon, 26 Feb 2018 23:19:13 -0500 User-Agent: I-bet-you-care-because-you-read-this-so-please-send-plaintext-email-smiley-face X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Hi, If you want to build the ISO, which basically contains a handful of pre-built packages, from source, you need to build those packages from source first, then pass --repository with the location containing those packages to mkimage.sh script. Tuan, On 02/25/2018 03:26 PM, Harshal Govind wrote: > Hi, >=20 > I went through the alpine development doc and understood how to build > the individual components and iso image.=C2=A0 > To build the iso image i used this command: "sh mkimage.sh --outdir > iso-img/ --arch x86_64 --profile standard" > But this script will fetch the pre-built apk from alpine mirror and > build the image. > Is there any way(script or utility) to build the iso image from sources= ? >=20 >=20 > Thanks, > Harshal --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---