From: Natanael Copa <natanael.copa@gmail.com>
To: gentoo-embedded@lists.gentoo.org
Subject: Re: [gentoo-embedded] ADSL router + firewall + PoPToP....
Date: Wed, 28 Jun 2006 14:18:54 +0200 [thread overview]
Message-ID: <1151497134.28440.70.camel@localhost> (raw)
In-Reply-To: <1151495218.1565.9.camel@localhost>
On Wed, 2006-06-28 at 07:46 -0400, Ned Ludd wrote:
> On Wed, 2006-06-28 at 11:09 +0200, Natanael Copa wrote:
> > On Wed, 2006-06-28 at 09:53 +0100, Marcelo Coelho wrote:
> > > > no not at all. the baselayout-lite one does not depend on bash what so
> > > > ever and includes pretty much no init/conf scripts. You get to hack on
> > > > your own init scripts, which is a trivial task.
> > >
> > > Well, i have to use a different baselayout. The boot time is far too
> > > long to be acceptable and there is a problem with hotplug (an error
> > > appears that the firmware isn't available). But i don't know if it's
> > > easier to make my init scripts or use initng.
> >
> > I have made a baselyaout with a stripped down version of runscript that
> > will run the many init.d script from gentoo out of the box.
> >
> > Let me know if you are interested and I'll send you the sources
>
>
> Does not depend on bash?
no
> Works with ash? :)
yes :)
or... I'm actually using dash currently because coldplugging takes like
3 minutes with ash and 5 seconds with dash. (its fixed in next release
of busybox so I'll drop dash)
> If so I think we would all be interested in moving fwd in that
> direction. Feel like putting together an updated baselayout-lite ebuild?
I have one already. But its designed to load binary packages to ram
during boot, LEAF style.
rsync://tanael.org/alpine-portage/sys-apps/baselayout-alpine/
You can probably reuse parts of it. The source package is here:
http://tanael.org/alpine/baselayout-alpine/baselayout-alpine-0.9.6.tar.gz
I kind of immitate runlevels, (using rc0.d, rc1.d etc) but the big
difference from normal sysv is that *all* runlevels or "boot stages" are
executed.
I had to patch some of the init.d scripts. Typically it was replacing:
if [ expr && expr ] ...
with:
if [ expr ] && [ expr ] ...
If we could get the init.d script writers to try to not be too bashish,
it would be great.
If there is interrest I could dump my patches somwhere.
If you want to see it in action, try:
http://tanael.org/alpine/v1.1/iso/alpine-1.1.3_beta8-060622-i386.iso
Its 125Mb
--
gentoo-embedded@gentoo.org mailing list
next prev parent reply other threads:[~2006-06-28 12:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-27 12:50 [gentoo-embedded] ADSL router + firewall + PoPToP Marcelo Coelho
2006-06-27 16:33 ` Thierry Carrez
2006-06-27 17:03 ` Marcelo Coelho
2006-06-28 0:51 ` Ned Ludd
2006-06-28 8:53 ` Marcelo Coelho
2006-06-28 9:09 ` Natanael Copa
2006-06-28 11:46 ` Ned Ludd
2006-06-28 12:18 ` Natanael Copa [this message]
2006-06-28 12:56 ` Marcelo Coelho
2006-06-28 13:15 ` Natanael Copa
2006-06-28 13:28 ` Marcelo Coelho
2006-06-28 13:49 ` Natanael Copa
2006-06-28 14:01 ` Marcelo Coelho
2006-06-28 20:55 ` Philippe Clérié
2006-06-28 21:07 ` Natanael Copa
2006-07-01 22:16 ` Marcelo Coelho
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1151497134.28440.70.camel@localhost \
--to=natanael.copa@gmail.com \
--cc=gentoo-embedded@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox