Magellan Linux

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

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

revision 387 by niro, Tue Aug 1 21:00:41 2006 UTC revision 687 by niro, Sat Mar 22 17:53:14 2008 UTC
# Line 1  Line 1 
1  # This flag is only used with 2.6.x kernels.  # Dynamic /dev managers can trigger coldplug events which cause services to
2  # Configures which dev file system will be used at bootup.  # start before we are ready for them. If this happens, we can defer these
3  # You can either use 'devfs' or 'udev'; when using devfs  # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't
4  # make sure that devpts is compiled in the kernel as well.  # want this.
5  #RC_USED_DEV=devfs  RC_COLDPLUG=yes
 RC_USED_DEV=udev  
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.387  
changed lines
  Added in v.687