# 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 # 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 the default verbose level for kernel messages. # The default Magellan-Linux value: RC_VERBOSE_LEVEL=3 # This value is very noisy and tells nearly everything: #RC_VERBOSE_LEVEL=7