Magellan Linux

Contents of /trunk/initscripts/busybox/conf.d/kernel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1357 - (show annotations) (download)
Sat Jun 4 21:05:40 2011 UTC (12 years, 10 months ago) by niro
File size: 954 byte(s)
copied from original repos
1 # 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 # 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 # 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
26 # This value is very noisy and tells nearly everything:
27 #RC_VERBOSE_LEVEL=7