Magellan Linux

Contents of /tags/udev-081-r5/config-udev-081-r5/udev.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1244 - (show annotations) (download)
Thu Dec 30 13:31:39 2010 UTC (13 years, 4 months ago) by niro
File size: 736 byte(s)
tagged udev-081-r5
1 # /etc/udev/udev.conf: udevd main configuration file
2 # $Header: /home/cvsd/magellan-cvs/src/udev/config-udev-084-r1/Attic/udev.conf,v 1.2 2007/03/21 16:46:50 niro dead $
3
4 # This file can be used to override some of udev's default values
5 # for where it looks for files, and where it places device nodes.
6
7 # udev_root - where in the filesystem to place the device nodes
8 udev_root="/dev/"
9
10 # udev_db - The name and location of the udev database.
11 # NOTE: this should be somewhere that is writable before
12 # / is mounted rw, like /dev ...
13 udev_db="/dev/.udevdb"
14
15 # udev_rules - The name and location of the udev rules file
16 udev_rules="/etc/udev/rules.d/"
17
18 # udev_log - set to "yes" if you want logging
19 udev_log="no"