On Sun, 2007-10-14 at 15:44 +0200, Marc Blumentritt wrote:
> Marc Blumentritt schrieb:
> > For device file creation I use the mdev script from Natanael's
> > alpine-baselayout (thanks for this!). I added the option, that it should
> > be started before every other script in boot to have all device files
> > ready. As far as I know, udev is done in sysinit of system. Perhaps rc
> > could look for mdev, if udev is not used?
> 
> You guys from baselayout-2 are really cool! After some more testing I
> just realized, that you already have mdev support in baselayout-2!
> 
> > 
> > Then there are some problems with certain boot scripts and busybox:
> > 
> > clock: There is the following message:
> > /sbin/hwclock: unrecognized option '--noadjfile'
> 
> This is done by setting of /etc/TZ, so clock is not needed in my setup.

This should be fixed in busybox. IIRC its fairly simple.

> > 
> > -> busybox problem or other configuration of clock is required.
> > 
> > localmount: there is just thise message:
> > Segmentation fault
> > I don't know, where this comes from. Further investigation is required.
> > 
> > keymap and consolefont:
> > /lib/rcscripts/sh/runscript.sh: line 91:kbd_mode: not found
> > /bin/loadkeys not found
> 
> I will do this with a small script and busybox tools, so these two
> scripts are not needed anymore, too.

I use loadkmap from busybox. It would actually be neat if baselayout-2
supported native loadkmap as a fallback.


Have a look at https://bugs.gentoo.org/show_bug.cgi?id=175179 for a
patch and info on how to generate the bb kmaps.

> >
> > net.eth0: I want to use udhcpc from busybox (set modules="udhcpc" in
> > net), but I get the following error:
> > /sbin/udhcpc: unrecognized option '--env'
> > 
> > -> busybox problem or other configuration of net is required.
> 
> Still a problem. Would be cool, if either baselayout-2 supports
> bb-udhcpc or bb-udhcpc gets more conform with udhcpc

what is this --env option supposed to do?

> 
> Regards,
> Marc

-nc

-- 
[EMAIL PROTECTED] mailing list

Reply via email to