--- trunk/magellan-initscripts/etc/conf.d/kernel 2008/03/22 17:52:34 686 +++ trunk/magellan-initscripts/etc/conf.d/kernel 2008/03/22 17:53:14 687 @@ -1,11 +1,3 @@ -# 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 - - # 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 @@ -13,13 +5,12 @@ RC_COLDPLUG=yes -# 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): +# Activate it: #RC_DEVICE_TARBALL=yes -# Deactivate it (i hope you know what you do): +# Deactivate it (default with newer kernels >=2.6.14): RC_DEVICE_TARBALL=no