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 432 by niro, Tue Mar 6 00:10:42 2007 UTC
# Line 1  Line 1 
1  # this flag is only used with 2.6.x kernels.  # This flag is only used with 2.6.x kernels.
2  # which dev file system will be used at bootup.  # Configures which dev file system will be used at bootup.
3  # you can either use 'devfs' or 'udev', when using  # You can either use 'devfs' or 'udev'; when using devfs
4  # devfs make sure that devpts is compiled in the kernel as well.  # make sure that devpts is compiled in the kernel as well.
5  #RC_USED_DEV=devfs  #RC_USED_DEV=devfs
6  RC_USED_DEV=udev  RC_USED_DEV=udev
7    
8    
9  # this flag is only used with 2.6.x kernels with enabled udev.  # Dynamic /dev managers can trigger coldplug events which cause services to
10  # udev doesn't support all device nodes yet.  # start before we are ready for them. If this happens, we can defer these
11  # the device tarball contains the current state of all devices in /dev.  # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't
12  # it will be loaded at system startup and saved at shutdown.  # want this.
13  # activate it (default setting)  RC_COLDPLUG=yes
 RC_DEVICE_TARBALL=yes  
 # deactivate it (i hope you know what you do)  
 #RC_DEVICE_TARBALL=no  
14    
15    
16  # sets default verbose level for kernel messages.  # This flag is only used with udev enabled 2.6.x kernels.
17  # default magellan value  # Udev doesn't support all device nodes yet. The device
18    # tarball contains the current state of all devices in /dev.
19    # It will be loaded at system startup and saved at shutdown.
20    # Activate it (default setting):
21    #RC_DEVICE_TARBALL=yes
22    # Deactivate it (i hope you know what you do):
23    RC_DEVICE_TARBALL=no
24    
25    
26    # Sets the default verbose level for kernel messages.
27    # The default Magellan-Linux value:
28  RC_VERBOSE_LEVEL=3  RC_VERBOSE_LEVEL=3
29  # very noisy, tells everything  # This value is very noisy and tells nearly everything:
30  #RC_VERBOSE_LEVEL=7  #RC_VERBOSE_LEVEL=7

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