--- trunk/magellan-initscripts/etc/conf.d/kernel 2004/12/13 23:01:35 8 +++ trunk/magellan-initscripts/etc/conf.d/kernel 2005/07/02 20:38:47 132 @@ -1,23 +1,23 @@ -# 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. +# This flag is only used with 2.6.x kernels. +# Configures 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 -# 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) +# This flag is only used with udev enabled 2.6.x kernels. +# 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) +# Deactivate it (i hope you know what you do): #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