X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by lists.alpinelinux.org (Postfix) with ESMTP id 4A45F17003B8C for ; Mon, 27 Oct 2008 14:32:43 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so860111eyf.13 for ; Mon, 27 Oct 2008 07:32:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=SiKirGJAgRfYmIH/BhXzkdwc9zKOcAnSUkXFEqvPPpY=; b=Z2NmKqJiLBF/HvAIivoyMtOcPksDfz2IhOlJz0v33Pr2DPjGnK4cCP7MAF7RcRnUHF p+bBE549wFndSiz/eMF0DpAVOBkH7BLtuF3FhFN2ogWIq0xDjMn38nGgSObeG3kV8Nmd qT4qSKSI0V/AQQzrgNrsDt9zyhvWX6O6BMBO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=QJyP0g+HU0eVYvA/yMA5pfRCNTVbJKtOIX/laD/OFI93PezrLIPgRHjgm5Sr8IMkIZ oaIsrxr9HFXeB2cU/stadKuZ2ivVcuL7jOG2GGJZg0FCxKmF+FLiIPy1p2OQpfbbgPr1 NEYHAz7Wi8d0tIqZM84gZlmyqt3iuuJmIkW2A= Received: by 10.210.125.7 with SMTP id x7mr6343034ebc.90.1225117961366; Mon, 27 Oct 2008 07:32:41 -0700 (PDT) Received: from ?10.65.0.5? (149-13-151.oke2-bras2.adsl.tele2.no [90.149.13.151]) by mx.google.com with ESMTPS id 23sm5990316eya.7.2008.10.27.07.32.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Oct 2008 07:32:40 -0700 (PDT) Subject: Re: [alpine-devel] Starting with Alpine From: Natanael Copa To: Jan Klod Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <200810241942.29891.janklodvan@gmail.com> References: <1224863670.23029.36.camel@nc.nor.wtbts.net> <200810241942.29891.janklodvan@gmail.com> Content-Type: text/plain Date: Mon, 27 Oct 2008 15:32:36 +0100 Message-Id: <1225117956.25487.20.camel@nc.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit On Fri, 2008-10-24 at 19:42 +0300, Jan Klod wrote: > Hello! > > I am about to install Alpine right now, but I am unsure about how should I do. > It would be best to have development environment for my Alpine system > and "production" OS. > > Sure, I am new to Alpine, so maybe it's better to ask you how should I begin? Normally you just boot the production system from usb/cf, install the things you need and configure your services. Then you just "lbu commit" and you're done. The lbu commit will create an .apkovl.tar.gz file with your changed /etc files. > I will have to build my own kernel and some extra apps, that are not > readily > available. > > Advices are welcome... aw... unfortunally its a cumbersome process to get that part started. But once youre started its failry easy to maintain it. I import new packages from gentoo and make a release every 2 weeks. You can download the latest alpine-sdk, which is a gentoo chroot. You can either install that as a vserver (if you use vserver) or you can just chroot into it. >From there you need to get the portage tree (emerge --sync), the alpine-portage overlay and finally the alpine-builder scripts. You can try follow this: http://wiki.alpinelinux.org/w/index.php?title=Setting_up_the_build_environment I think its slightly outdated, but I can help you get it running from IRC on Freenode #alpine if you want, or you can ask here when you get stuck. That said, I'm serisouly thinking about simplifying the alpine building by build it without gentoo. > > Jan > > > --- > Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org > Help: alpine-devel+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---