Magellan Linux

Annotation of /trunk/busybox-initscripts/conf.d/kernel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1191 - (hide annotations) (download)
Thu Jan 27 20:39:34 2011 UTC (13 years, 3 months ago) by niro
File size: 954 byte(s)
-support variable devicemanager like upstream
1 niro 1191 # Configures which dynamic devicemanager the system should use. Default is mdev.
2     # Only change this option, if you really know what you are doing.
3     # Possible options are udev, mdev or none
4     RC_DEVICEMANAGER=mdev
5    
6    
7 niro 724 # 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 1191 # Udev|Mdev doesn't support all device nodes yet. The device
15 niro 724 # 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
26     # This value is very noisy and tells nearly everything:
27     #RC_VERBOSE_LEVEL=7