Magellan Linux

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

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

revision 686 by niro, Tue Mar 6 00:10:42 2007 UTC revision 687 by niro, Sat Mar 22 17:53:14 2008 UTC
# Line 1  Line 1 
 # This flag is only used with 2.6.x kernels.  
 # Configures which dev file system will be used at bootup.  
 # You can either use 'devfs' or 'udev'; when using devfs  
 # make sure that devpts is compiled in the kernel as well.  
 #RC_USED_DEV=devfs  
 RC_USED_DEV=udev  
   
   
1  # Dynamic /dev managers can trigger coldplug events which cause services to  # Dynamic /dev managers can trigger coldplug events which cause services to
2  # 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
3  # 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 13  RC_USED_DEV=udev Line 5  RC_USED_DEV=udev
5  RC_COLDPLUG=yes  RC_COLDPLUG=yes
6    
7    
 # This flag is only used with udev enabled 2.6.x kernels.  
8  # Udev doesn't support all device nodes yet. The device  # Udev doesn't support all device nodes yet. The device
9  # tarball contains the current state of all devices in /dev.  # tarball contains the current state of all devices in /dev.
10  # It will be loaded at system startup and saved at shutdown.  # It will be loaded at system startup and saved at shutdown.
11  # Activate it (default setting):  # Activate it:
12  #RC_DEVICE_TARBALL=yes  #RC_DEVICE_TARBALL=yes
13  # Deactivate it (i hope you know what you do):  # Deactivate it (default with newer kernels >=2.6.14):
14  RC_DEVICE_TARBALL=no  RC_DEVICE_TARBALL=no
15    
16    

Legend:
Removed from v.686  
changed lines
  Added in v.687