Hello,
First, I've been trying to boot a pure toybox system (well, almost pure:
it uses pdksh, a port of OpenBSD's awk which is based on the "One True
AWK", NetBSD sed, and elvis-tiny.)
I tried this command line, which should autoload all the proper drivers:
find /sys -name modalias | xargs cat |xargs modprobe -ab
No modules were loaded.
I then tried adding the '-v' flag to modprobe, at which point I saw that
it printed "queueing "..., then spat out the messages about no
modprobe.d or modprobe.conf, and exited.
modprobing by name works.

Second, I noticed the crond implementation.
Do you have someone working on crontab already, or may I write one?

Thanks,
Isaac Dunham
_______________________________________________
Toybox mailing list
Toybox@lists.landley.net
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to