--- trunk/busybox-initscripts/conf.d/kernel 2008/06/02 22:14:35 724 +++ trunk/busybox-initscripts/conf.d/kernel 2011/01/27 20:39:34 1191 @@ -1,3 +1,9 @@ +# Configures which dynamic devicemanager the system should use. Default is mdev. +# Only change this option, if you really know what you are doing. +# Possible options are udev, mdev or none +RC_DEVICEMANAGER=mdev + + # Dynamic /dev managers can trigger coldplug events which cause services to # start before we are ready for them. If this happens, we can defer these # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't @@ -5,7 +11,7 @@ RC_COLDPLUG=yes -# Udev doesn't support all device nodes yet. The device +# Udev|Mdev doesn't support all device nodes yet. The device # tarball contains the current state of all devices in /dev. # It will be loaded at system startup and saved at shutdown. # Activate it: