Quote:
|
Originally Posted by RIV@NVX
I will take a look, thanks for the info. So, if I do that, I can remove both coldplug and hotplug and leave only udev?
|
In theory yes, but I can tell you that it won't work :P
You need to replicate the coldplug code there in a coldplug init script - I'm trying to get the udev maintainer to do this
It has to happen in an init script otherwise coldplugging of network interfaces (or anything that triggers a script in /etc/init.d) would happen too early and we forceably block this.
I may look into posting such a script if/when I can be bothered to write one as the existing coldplug package works fine for me.