From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GQvCQ-0005TH-DH for garchives@archives.gentoo.org; Sat, 23 Sep 2006 00:16:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8N0FxZZ004529; Sat, 23 Sep 2006 00:15:59 GMT Received: from mail43.e.nsc.no (mail43.e.nsc.no [193.213.115.43]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8N0FwVm028335 for ; Sat, 23 Sep 2006 00:15:59 GMT Received: from mail.nor.wtbts.org ([213.234.126.131]) by mail43.nsc.no (8.13.8/8.13.5) with ESMTP id k8N0FwgO029654 for ; Sat, 23 Sep 2006 02:15:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.nor.wtbts.org (Postfix) with ESMTP id D722240D19 for ; Sat, 23 Sep 2006 02:15:57 +0200 (CEST) Received: from mail.nor.wtbts.org ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31933-01 for ; Sat, 23 Sep 2006 02:15:57 +0200 (CEST) Received: from nc.nor.wtbts.org (unknown [192.168.65.211]) by mail.nor.wtbts.org (Postfix) with ESMTP id 83CD83FB0F for ; Sat, 23 Sep 2006 02:15:57 +0200 (CEST) Subject: Re: [gentoo-embedded] /sbin/functions.sh missing in baselayout-lite From: Natanael Copa To: gentoo-embedded@lists.gentoo.org In-Reply-To: <35572ca80609221528y4b3d0ea1j5e5e35256e74b256@mail.gmail.com> References: <200609221447.43413.ladmanj@volny.cz> <35572ca80609221528y4b3d0ea1j5e5e35256e74b256@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Date: Sat, 23 Sep 2006 02:15:57 +0200 Message-Id: <1158970557.9092.133.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at wtbts.no Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k8N0FxaJ004529 X-Archives-Salt: fdafdf6a-0ae3-45d3-9ed6-1c0e1f5902c2 X-Archives-Hash: e47801b167862225bcfa8e435ae1447d On Fri, 2006-09-22 at 18:28 -0400, Ren=E9 Rh=E9aume wrote: > Natanael Copa develops baselayout-alpine, a busybox-based base layout > able to use the standard Gentoo init scripts, in his Gentoo > distribution fork, Alpine Embedded Linux. He is also a regular on this > mailing list. Yes I am :) > http://www.alpinelinux.org/mediawiki/index.php/Main_Page >=20 > Should we put the baselayout-alpine in the Embedded Gentoo project > overlay? I would like to try it on embedded Gentoo. What alpine-baselayout (former baselayout-alpine) gives you is /sbin/runscript that will allow you to run most gentoo init.d scripts. Some are very bash specific, easily fixed to run in busybox shell (I havent bothered reporting those things as bugs since my baselayout is not in portage. Many has trivial fixes) It will also give you some init.d scripts for busybox applets (inetd, watchdog, syslog, etc), loading modules. The biggest differences is the debian style /etc/network/interfaces (I use busybox stuff rather than trying to port the zillions gentoo gawk/bash specifics) I also have a sysv init style links to init.d scripts to tell what services to start rather than trying to port the dependency tracking in gentoo init scripts. There are some gentoo irrelevant stuff too, like loading packages during runtime. You have an ebuild here: rsync://rsync.alpinelinux.org/alpine-portage/sys-apps/alpine-baselayout And the source here: http://dev.alpinelinux.org/alpine/alpine-baselayout/alpine-baselayout-1.0= .0.tar.gz -- Natanael Copa --=20 gentoo-embedded@gentoo.org mailing list