Magellan Linux

Diff of /trunk/busybox-initscripts/conf.d/kernel

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1190 by niro, Mon Jun 2 22:14:35 2008 UTC revision 1191 by niro, Thu Jan 27 20:39:34 2011 UTC
# Line 1  Line 1 
1    # Configures which dynamic devicemanager the system should use. Default is mdev.
2    # Only change this option, if you really know what you are doing.
3    # Possible options are udev, mdev or none
4    RC_DEVICEMANAGER=mdev
5    
6    
7  # Dynamic /dev managers can trigger coldplug events which cause services to  # Dynamic /dev managers can trigger coldplug events which cause services to
8  # start before we are ready for them. If this happens, we can defer these  # start before we are ready for them. If this happens, we can defer these
9  # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't  # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't
# Line 5  Line 11 
11  RC_COLDPLUG=yes  RC_COLDPLUG=yes
12    
13    
14  # Udev doesn't support all device nodes yet. The device  # Udev|Mdev doesn't support all device nodes yet. The device
15  # tarball contains the current state of all devices in /dev.  # tarball contains the current state of all devices in /dev.
16  # It will be loaded at system startup and saved at shutdown.  # It will be loaded at system startup and saved at shutdown.
17  # Activate it:  # Activate it:

Legend:
Removed from v.1190  
changed lines
  Added in v.1191