# 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 shure 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) RC_DEVICE_TARBALL=yes # deactivate it (i hope you know what you do) #RC_DEVICE_TARBALL=no # sets default verbose level for kernel messages. # default magellan value RC_VERBOSE_LEVEL=3 # very noisy, tells everything #RC_VERBOSE_LEVEL=7