diff options
Diffstat (limited to 'source/a/udev/config/udev.conf')
-rw-r--r-- | source/a/udev/config/udev.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/a/udev/config/udev.conf b/source/a/udev/config/udev.conf new file mode 100644 index 00000000..b0421a08 --- /dev/null +++ b/source/a/udev/config/udev.conf @@ -0,0 +1,14 @@ +# udev.conf +# The main config file for udev +# +# This file can be used to override some of udev's default values for where it +# looks for files, and where it places device nodes. + +# udev_root - where in the filesystem to place the device nodes +udev_root="/dev/" + +# udev_log - The initial syslog(3) priority: "err", "info", "debug" or +# its numerical equivalent. For runtime debugging, the daemons +# internal state can be changed with: udevcontrol log_priority=<value> +udev_log="err" + |