Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 432 - (hide annotations) (download)
Tue Mar 6 00:10:42 2007 UTC (17 years, 2 months ago) by niro
File size: 1062 byte(s)
added RC_COLDPLUG support

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

Properties

Name Value
svn:executable *