summaryrefslogtreecommitdiffstats
path: root/disk/eudev/udev.conf
diff options
context:
space:
mode:
Diffstat (limited to 'disk/eudev/udev.conf')
-rw-r--r--disk/eudev/udev.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/disk/eudev/udev.conf b/disk/eudev/udev.conf
new file mode 100644
index 0000000000..624d23e276
--- /dev/null
+++ b/disk/eudev/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.
+#
+# NOTICE: The udev_root setting is needed by the devices init script.
+
+# Specifies where to place the device nodes in the filesystem.
+udev_root="/dev"
+
+# The logging priority. Valid values are the numerical syslog priorities
+# or their textual representations: err, info and debug.
+udev_log="info"