--- trunk/magellan-initscripts/etc/conf.d/kernel 2004/12/13 23:01:35 8 +++ trunk/magellan-initscripts/etc/conf.d/kernel 2008/03/22 17:53:14 687 @@ -1,23 +1,21 @@ -# this flag is only used with 2.6.x kernels. -# which dev file system will be used at bootup. -# you can either use 'devfs' or 'udev', when using -# devfs make sure that devpts is compiled in the kernel as well. -#RC_USED_DEV=devfs -RC_USED_DEV=udev +# Dynamic /dev managers can trigger coldplug events which cause services to +# start before we are ready for them. If this happens, we can defer these +# services to start in the boot runlevel. Set RC_COLDPLUG="no" if you don't +# want this. +RC_COLDPLUG=yes -# this flag is only used with 2.6.x kernels with enabled udev. -# udev doesn't support all device nodes yet. -# the device tarball contains the current state of all devices in /dev. -# it will be loaded at system startup and saved at shutdown. -# activate it (default setting) -RC_DEVICE_TARBALL=yes -# deactivate it (i hope you know what you do) -#RC_DEVICE_TARBALL=no +# Udev doesn't support all device nodes yet. The device +# tarball contains the current state of all devices in /dev. +# It will be loaded at system startup and saved at shutdown. +# Activate it: +#RC_DEVICE_TARBALL=yes +# Deactivate it (default with newer kernels >=2.6.14): +RC_DEVICE_TARBALL=no -# sets default verbose level for kernel messages. -# default magellan value +# Sets the default verbose level for kernel messages. +# The default Magellan-Linux value: RC_VERBOSE_LEVEL=3 -# very noisy, tells everything +# This value is very noisy and tells nearly everything: #RC_VERBOSE_LEVEL=7