Magellan Linux

Annotation of /branches/unlabeled-1.1.1/udev/config-udev-046/udev.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Dec 10 12:17:31 2004 UTC (19 years, 4 months ago) by niro
File size: 1022 byte(s)
magellan sources, patches

1 niro 2 # This file can be used to override some of udev's default values
2     # for where it looks for files, and where it places device nodes.
3    
4     # udev_root - where in the filesystem to place the device nodes
5     udev_root="/dev/"
6    
7     # udev_db - The name and location of the udev database.
8     # NOTE: this should be somewhere that is writable before
9     # / is mounted rw, like /dev ...
10     udev_db="/dev/.udevdb"
11    
12     # udev_rules - The name and location of the udev rules file
13     udev_rules="/etc/udev/rules.d/"
14    
15     # udev_permissions - The name and location of the udev permission file
16     udev_permissions="/etc/udev/permissions.d/"
17    
18     # default_mode - set the default mode for all nodes that have no
19     # explicit match in the permissions file
20     # NOTE: do not set to anything else if you are not
21     # sure you have everything needed for normal
22     # user to function in the permissions file!
23     default_mode="0660"
24    
25     # udev_log - set to "yes" if you want logging
26     udev_log="yes"

Properties

Name Value
svn:executable *