Magellan Linux

Contents of /trunk/magellan-initscripts/etc/conf.d/kernel

Parent Directory Parent Directory | Revision Log Revision Log


Revision 387 - (show annotations) (download)
Tue Aug 1 21:00:41 2006 UTC (17 years, 9 months ago) by niro
File size: 805 byte(s)
deactivated devices tarballs

1 # This flag is only used with 2.6.x kernels.
2 # Configures which dev file system will be used at bootup.
3 # You can either use 'devfs' or 'udev'; when using devfs
4 # make sure that devpts is compiled in the kernel as well.
5 #RC_USED_DEV=devfs
6 RC_USED_DEV=udev
7
8
9 # This flag is only used with udev enabled 2.6.x kernels.
10 # Udev doesn't support all device nodes yet. The device
11 # tarball contains the current state of all devices in /dev.
12 # It will be loaded at system startup and saved at shutdown.
13 # Activate it (default setting):
14 #RC_DEVICE_TARBALL=yes
15 # Deactivate it (i hope you know what you do):
16 RC_DEVICE_TARBALL=no
17
18
19 # Sets the default verbose level for kernel messages.
20 # The default Magellan-Linux value:
21 RC_VERBOSE_LEVEL=3
22 # This value is very noisy and tells nearly everything:
23 #RC_VERBOSE_LEVEL=7

Properties

Name Value
svn:executable *