Magellan Linux

Diff of /trunk/magellan-initscripts/etc/conf.d/kernel

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

revision 432 by niro, Tue Mar 6 00:10:42 2007 UTC revision 1094 by niro, Wed Jul 14 13:09:00 2010 UTC
# Line 1  Line 1 
1  # This flag is only used with 2.6.x kernels.  # Configures which dynamic devicemanager the system should use. Default is udev.
2  # Configures which dev file system will be used at bootup.  # Only change this option, if you really know what you are doing.
3  # You can either use 'devfs' or 'udev'; when using devfs  # Possible options are udev, mdev or none
4  # make sure that devpts is compiled in the kernel as well.  RC_DEVICEMANAGER=udev
 #RC_USED_DEV=devfs  
 RC_USED_DEV=udev  
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
# Line 13  RC_USED_DEV=udev Line 11  RC_USED_DEV=udev
11  RC_COLDPLUG=yes  RC_COLDPLUG=yes
12    
13    
14  # This flag is only used with udev enabled 2.6.x kernels.  # Udev|Mdev doesn't support all device nodes yet. The device
 # Udev 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 (default setting):  # Activate it:
18  #RC_DEVICE_TARBALL=yes  #RC_DEVICE_TARBALL=yes
19  # Deactivate it (i hope you know what you do):  # Deactivate it (default with newer kernels >=2.6.14):
20  RC_DEVICE_TARBALL=no  RC_DEVICE_TARBALL=no
21    
22    

Legend:
Removed from v.432  
changed lines
  Added in v.1094