Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 4 months ago) by niro
File size: 758 byte(s)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

1 niro 2 # this flag is only used with 2.6.x kernels.
2     # which dev file system will be used at bootup.
3     # you can either use 'devfs' or 'udev', when using
4     # devfs make shure 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 2.6.x kernels with enabled udev.
10     # udev doesn't support all device nodes yet.
11     # the device 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 default verbose level for kernel messages.
20     # default magellan value
21     RC_VERBOSE_LEVEL=3
22     # very noisy, tells everything
23     #RC_VERBOSE_LEVEL=7

Properties

Name Value
svn:executable *