while [ $(cat /proc/*/status 2> /dev/null | grep -c -E
'^Name:.udevd?$')
-gt 1 ]; do
sleep 1
done
thanks, added this to my script!
Your configuration doesn't autoload modules when one plugs a USB
device (e.g. a flash drive) in. You need to add "modalias" rules for
this.
I don't really understand.. the official way to do things now is loading
modules manually via modprobe at startup, right? with udev and udev
rules, do I have to touch modprobe.conf at all anymore? (or if modalias
is another udev feature, could you please provide an example for me to
copy?)
thanks and best wishes
Gottfried Haider
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page