Magellan Linux

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

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

revision 8 by niro, Mon Dec 13 23:01:35 2004 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  # 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  # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't
4  # devfs 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    
8  # this flag is only used with 2.6.x kernels with enabled udev.  # Udev doesn't support all device nodes yet. The device
9  # udev doesn't support all device nodes yet.  # tarball contains the current state of all devices in /dev.
10  # the device tarball contains the current state of all devices in /dev.  # It will be loaded at system startup and saved at shutdown.
11  # it will be loaded at system startup and saved at shutdown.  # Activate it:
12  # activate it (default setting)  #RC_DEVICE_TARBALL=yes
13  RC_DEVICE_TARBALL=yes  # Deactivate it (default with newer kernels >=2.6.14):
14  # deactivate it (i hope you know what you do)  RC_DEVICE_TARBALL=no
 #RC_DEVICE_TARBALL=no  
15    
16    
17  # sets default verbose level for kernel messages.  # Sets the default verbose level for kernel messages.
18  # default magellan value  # The default Magellan-Linux value:
19  RC_VERBOSE_LEVEL=3  RC_VERBOSE_LEVEL=3
20  # very noisy, tells everything  # This value is very noisy and tells nearly everything:
21  #RC_VERBOSE_LEVEL=7  #RC_VERBOSE_LEVEL=7

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