Posted Nov 22, 2012 10:38 UTC (Thu) by linusw (subscriber, #40300)
Parent article: Gentoo's udev fork
Actually Busybox as mentioned in one of the threads does provide its own fork of udev called mdev. So there is already a fork for real tiny embedded systems. But Busybox is forking absolutely everything so I don't know if it counts...
Posted Nov 22, 2012 18:05 UTC (Thu) by nix (subscriber, #2304)
[Link]
mdev isn't a udev fork, it doesn't even count as a reimplementation: it's almost completely different but happens to maintain a (much more simplistic) dynamic /dev.
IMNSHO if you have anything more than the most trivial amount of hotplugging, it's not enough. udev *is* crucial on most modern systems.