Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1094 - (hide annotations) (download)
Wed Jul 14 13:09:00 2010 UTC (13 years, 10 months ago) by niro
File size: 954 byte(s)
-added variable devicemanager support
1 niro 1094 # Configures which dynamic devicemanager the system should use. Default is udev.
2     # Only change this option, if you really know what you are doing.
3     # Possible options are udev, mdev or none
4     RC_DEVICEMANAGER=udev
5    
6    
7 niro 432 # Dynamic /dev managers can trigger coldplug events which cause services to
8     # 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 niro 1094 # Udev|Mdev doesn't support all device nodes yet. The device
15 niro 132 # tarball contains the current state of all devices in /dev.
16     # It will be loaded at system startup and saved at shutdown.
17 niro 687 # Activate it:
18 niro 387 #RC_DEVICE_TARBALL=yes
19 niro 687 # Deactivate it (default with newer kernels >=2.6.14):
20 niro 387 RC_DEVICE_TARBALL=no
21 niro 2
22    
23 niro 132 # Sets the default verbose level for kernel messages.
24     # The default Magellan-Linux value:
25 niro 2 RC_VERBOSE_LEVEL=3
26 niro 132 # This value is very noisy and tells nearly everything:
27 niro 2 #RC_VERBOSE_LEVEL=7

Properties

Name Value
svn:executable *