Magellan Linux

Annotation of /tags/busybox-init-0_1_9/conf.d/kernel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1170 - (hide annotations) (download)
Wed Dec 15 17:47:10 2010 UTC (13 years, 5 months ago) by niro
File size: 736 byte(s)
tagged 'busybox-init-0_1_9'
1 niro 724 # Dynamic /dev managers can trigger coldplug events which cause services to
2     # start before we are ready for them. If this happens, we can defer these
3     # services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't
4     # want this.
5     RC_COLDPLUG=yes
6    
7    
8     # Udev doesn't support all device nodes yet. The device
9     # tarball contains the current state of all devices in /dev.
10     # It will be loaded at system startup and saved at shutdown.
11     # Activate it:
12     #RC_DEVICE_TARBALL=yes
13     # Deactivate it (default with newer kernels >=2.6.14):
14     RC_DEVICE_TARBALL=no
15    
16    
17     # Sets the default verbose level for kernel messages.
18     # The default Magellan-Linux value:
19     RC_VERBOSE_LEVEL=3
20     # This value is very noisy and tells nearly everything:
21     #RC_VERBOSE_LEVEL=7