Gentoo Archives: gentoo-embedded

From: Natanael Copa <natanael.copa@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Re: baselayout-2, busybox and uclibc
Date: Mon, 15 Oct 2007 07:55:48
Message-Id: 1192434232.22263.6.camel@nc.nor.wtbts.org
In Reply to: [gentoo-embedded] Re: baselayout-2, busybox and uclibc by Marc Blumentritt
1 On Sun, 2007-10-14 at 15:44 +0200, Marc Blumentritt wrote:
2 > Marc Blumentritt schrieb:
3 > > For device file creation I use the mdev script from Natanael's
4 > > alpine-baselayout (thanks for this!). I added the option, that it should
5 > > be started before every other script in boot to have all device files
6 > > ready. As far as I know, udev is done in sysinit of system. Perhaps rc
7 > > could look for mdev, if udev is not used?
8 >
9 > You guys from baselayout-2 are really cool! After some more testing I
10 > just realized, that you already have mdev support in baselayout-2!
11 >
12 > >
13 > > Then there are some problems with certain boot scripts and busybox:
14 > >
15 > > clock: There is the following message:
16 > > /sbin/hwclock: unrecognized option '--noadjfile'
17 >
18 > This is done by setting of /etc/TZ, so clock is not needed in my setup.
19
20 This should be fixed in busybox. IIRC its fairly simple.
21
22 > >
23 > > -> busybox problem or other configuration of clock is required.
24 > >
25 > > localmount: there is just thise message:
26 > > Segmentation fault
27 > > I don't know, where this comes from. Further investigation is required.
28 > >
29 > > keymap and consolefont:
30 > > /lib/rcscripts/sh/runscript.sh: line 91:kbd_mode: not found
31 > > /bin/loadkeys not found
32 >
33 > I will do this with a small script and busybox tools, so these two
34 > scripts are not needed anymore, too.
35
36 I use loadkmap from busybox. It would actually be neat if baselayout-2
37 supported native loadkmap as a fallback.
38
39
40 Have a look at https://bugs.gentoo.org/show_bug.cgi?id=175179 for a
41 patch and info on how to generate the bb kmaps.
42
43 > >
44 > > net.eth0: I want to use udhcpc from busybox (set modules="udhcpc" in
45 > > net), but I get the following error:
46 > > /sbin/udhcpc: unrecognized option '--env'
47 > >
48 > > -> busybox problem or other configuration of net is required.
49 >
50 > Still a problem. Would be cool, if either baselayout-2 supports
51 > bb-udhcpc or bb-udhcpc gets more conform with udhcpc
52
53 what is this --env option supposed to do?
54
55 >
56 > Regards,
57 > Marc
58
59 -nc
60
61 --
62 gentoo-embedded@g.o mailing list

Replies

Subject Author
[gentoo-embedded] Re: baselayout-2, busybox and uclibc Marc Blumentritt <marc.blumentritt@×××××.de>