X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by lists.alpinelinux.org (Postfix) with ESMTP id 4AB6E5C50DE for ; Thu, 7 Jun 2018 13:33:34 +0000 (GMT) Received: by mail-wm0-f48.google.com with SMTP id j15-v6so19380598wme.0 for ; Thu, 07 Jun 2018 06:33:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=h6g-de.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language; bh=WJUDX0BxkmIVKtR4mm83BWu/pCJRofgLQ5T7i5bo9sM=; b=mvyyyL0EoBsHLhXFNY6g3BLR2D9ZJhMe6UhM0uMV5p8ebhju5zDdl98r1TocHGh7EA AirVKCbNomRJmc2R7GcgwV8pAlYDO4PRk2uUR5A3fXQGMaMAcfi62eg9nr8951EuONOc S6+fyOl9N4CoFkkNOqofDG/ar2V/rdmVX3bEL6uUB3LM0cfQVI9j6mwl3IsQN+xsFJuQ FT6y0DPmqazUhYpCHJLWKYJwg0bJ5Ja6uZcv5tDTeuPfcc9Dln7UCR5w62ssiJBEDamV 6fwNfjeuBKoTFgkkCPhPqee51FWUADZSSLHNBHJI5sdCNrmC+guMViKWx/ePVcVoEN/Y 8yPw== 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; bh=WJUDX0BxkmIVKtR4mm83BWu/pCJRofgLQ5T7i5bo9sM=; b=MVHXyDXd+yV73B2BTpO6ewzr8sMJcDVeTLri9AQ6JaoxQn5MozErbX1LP6TJ22zzeh XW9FFEFicWcCJ33sWuDVcKHZyfRzxIFFN2MXqUCMfozXCIzsSDgiV6GWJVQ0fVgLjh7s xXaoL+69ejm6RCmHlkMBkhJLFZea3CYdhEUhIPKHmLNZmD2S8gguKQ7EeYmoJMVSv6QJ q63TZSzlbNKbDIRa7RwaQzUVYfxW+yErAMjLq+a3np+gXM9GLY2INMpEr6/GT6J+1o5c WOq9APytOJt3aCbTtfb+81KT0dK0NzGQDRz00KDJ7jSEa9QRX0S0aZe/818Fc3zmZx2J WE1g== X-Gm-Message-State: APt69E1zjRc11lt1/1IgiKbUF7jVv2crU2lAfv6Yg7iUplDZZK55202d jConEBHh/rpPRruZIgnaMkEoq9tx X-Google-Smtp-Source: ADUXVKJMdmI/YE5mknigrmEBzwv17PVV8TluOD1dipTPc25atr46rwBrGRE1WqpkofAfD/qwkP8aKA== X-Received: by 2002:a50:f552:: with SMTP id w18-v6mr2724691edm.230.1528378413296; Thu, 07 Jun 2018 06:33:33 -0700 (PDT) Received: from [172.20.20.1] (ip1f139c50.dynamic.kabel-deutschland.de. [31.19.156.80]) by smtp.gmail.com with ESMTPSA id w22-v6sm14485278edw.42.2018.06.07.06.33.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jun 2018 06:33:32 -0700 (PDT) Subject: Re: [alpine-devel] Add .net core sdk in ISO To: alpine-devel@lists.alpinelinux.org References: From: Paul Zillmann Message-ID: <5fddf0ee-748c-9234-ee6f-821d709b2397@h6g.de> Date: Thu, 7 Jun 2018 15:33:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 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: multipart/alternative; boundary="------------128B3BCFE4AC5FEF381A1D34" Content-Language: en-US This is a multi-part message in MIME format. --------------128B3BCFE4AC5FEF381A1D34 Content-Type: text/plain; charset="windows-1252"; format="flowed" Content-Transfer-Encoding: quoted-printable Hello, Build a package and use apk to distribute the SDK. That is also possible=20 with private repository servers. You could then add that package to the installation process when=20 building an ISO. Otherwise the setup scripts are located in the alpine-conf package [1]src 1: https://git.alpinelinux.org/cgit/alpine-conf/tree/ Paul Am 07.06.2018 um 11:07 schrieb Ganghadhara, Vinay: > > Hi, > > I am creating custom ISO for Linux to include .Net Code SDk in the=20 > ISO. I have added .net_core.tar.gz in the root of Alpine ISO. I need=20 > .net_core.tat.gz to extract it=92s content to /usr/sbin when alpine is=20 > installed. > > Wher should I add the tar line in the source code ? > > Sent from Mail for=20 > Windows 10 > > Please be advised that this email may contain confidential=20 > information. If you are not the intended recipient, please notify us=20 > by email by replying to the sender and delete this message. The sender=20 > disclaims that the content of this email constitutes an offer to enter=20 > into, or the acceptance of, any agreement; provided that the foregoing=20 > does not invalidate the binding effect of any digital or other=20 > electronic reproduction of a manual signature that is included in any=20 > attachment.=20 --------------128B3BCFE4AC5FEF381A1D34 Content-Type: text/html; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Hello,

Build a package and use apk to distribute the SDK. That is also possible with private repository servers.
You could then add that package to the installation process when building an ISO.

Otherwise the setup scripts are located in the alpine-conf package [1]src

1: https://git.alpinelinux.org/cgit/alpine-conf/tre= e/

Paul

Am 07.06.2018 um 11:07 schrieb Ganghadhara, Vinay:

Hi,

=A0

I am creating custom ISO for Linux to include .Net Code SDk in the ISO. I have added .net_core.tar.gz in the root of Alpine ISO. I need .net_core.tat.gz to extract it=92s content to /usr/sbin when alpine is installed.

=A0

Wher should I add the tar line in the source code ?

=A0

=A0

Sent from Mail for Windows 10

=A0

Please be advised that this email may contain confidential information. If you are not the intended recipient, please notify us by email by replying to the sender and delete this message. The sender disclaims that the content of this email constitutes an offer to enter into, or the acceptance of, any agreement; provided that the foregoing does not invalidate the binding effect of any digital or other electronic reproduction of a manual signature that is included in any attachment.
--------------128B3BCFE4AC5FEF381A1D34-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---