summaryrefslogtreecommitdiffstats
path: root/source/a/mkinitrd/_initrd-tree/etc/udev/udev.conf
blob: b0421a08b071cb9fcae97695ee32f7f4c1c05b1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"