Magellan Linux

Annotation of /tags/udev-165-r1/udev.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1238 - (hide annotations) (download)
Thu Dec 16 17:40:15 2010 UTC (13 years, 4 months ago) by niro
File size: 764 byte(s)
tagged 'udev-165-r1'
1 niro 121 # /etc/udev/udev.conf: udevd main configuration file
2 niro 718 # $Header: /root/magellan-cvs/src/udev/udev.conf,v 1.5 2008-12-22 21:01:52 niro Exp $
3 niro 121
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 niro 296 # The initial syslog(3) priority: "err", "info", "debug" or its
16     # numerical equivalent. For runtime debugging, the daemons internal
17     # state can be changed with: "udevcontrol log_priority=<value>".
18     udev_log="err"

Properties

Name Value
svn:executable *