Magellan Linux

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

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

branches/unlabeled-1.1.1/magellan-initscripts/etc/conf.d/kernel revision 2 by niro, Mon Dec 13 22:52:07 2004 UTC trunk/magellan-initscripts/etc/conf.d/kernel 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  # 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  # Possible options are udev, mdev or none
4  # devfs make shure that devpts is compiled in the kernel as well.  RC_DEVICEMANAGER=udev
 #RC_USED_DEV=devfs  
 RC_USED_DEV=udev  
   
   
 # this flag is only used with 2.6.x kernels with enabled udev.  
 # udev 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 (default setting)  
 RC_DEVICE_TARBALL=yes  
 # deactivate it (i hope you know what you do)  
 #RC_DEVICE_TARBALL=no  
5    
6    
7  # sets default verbose level for kernel messages.  # Dynamic /dev managers can trigger coldplug events which cause services to
8  # default magellan value  # 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
10    # want this.
11    RC_COLDPLUG=yes
12    
13    
14    # Udev|Mdev doesn't support all device nodes yet. The device
15    # tarball contains the current state of all devices in /dev.
16    # It will be loaded at system startup and saved at shutdown.
17    # Activate it:
18    #RC_DEVICE_TARBALL=yes
19    # Deactivate it (default with newer kernels >=2.6.14):
20    RC_DEVICE_TARBALL=no
21    
22    
23    # Sets the default verbose level for kernel messages.
24    # The default Magellan-Linux value:
25  RC_VERBOSE_LEVEL=3  RC_VERBOSE_LEVEL=3
26  # very noisy, tells everything  # This value is very noisy and tells nearly everything:
27  #RC_VERBOSE_LEVEL=7  #RC_VERBOSE_LEVEL=7

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