Magellan Linux

Contents of /trunk/udev/udev.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Fri Dec 10 12:21:41 2004 UTC (19 years, 4 months ago) by niro
File size: 1167 byte(s)
imported

1 # /etc/udev/udev.conf: main config file for udev
2 # $Header: /root/magellan-cvs/src/udev/udev.conf,v 1.1 2004-12-10 12:21:34 niro Exp $
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
8 # udev_root - where in the filesystem to place the device nodes
9 udev_root="/dev/"
10
11 # udev_db - The name and location of the udev database.
12 # NOTE: this should be somewhere that is writable before
13 # / is mounted rw, like /dev ...
14 udev_db="/dev/.udev.tdb"
15
16 # udev_rules - The name and location of the udev rules file
17 udev_rules="/etc/udev/udev.rules"
18
19 # udev_permissions - The name and location of the udev permission file
20 udev_permissions="/etc/udev/udev.permissions"
21
22 # default_mode - set the default mode for all nodes that have no
23 # explicit match in the permissions file
24 # NOTE: do not set to anything else if you are not
25 # sure you have everything needed for normal
26 # user to function in the permissions file!
27 default_mode="0666"
28
29 # udev_log - set to "yes" if you want logging
30 udev_log="no"
31

Properties

Name Value
svn:executable *