(0000235)
db
06-07-05 08:48
|
Another reason to want module-init-tools rather than use what's
built in to "busybox" that busybox doesn't yet handle the kernel
MODULE_ALIAS construct, which is starting to be used by fancier
hotplug and kmod infrastructure. Briefly, very small hotplug
scripts can look like:
modprobe $MODALIAS
And that will replace both hotplug scripts and diethotplug.
(Plus there are several bugs in the busybox module tools, like
not working on 2.6 kernels unless you also configure 2.4 support,
and some glitches in parameter handling...)
Yes, please merge ... |