blob: 7d4f87a57afd3175481e3fb6b075c854e011c5a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# /etc/udev/udev.conf: main config file for udev
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/files/udev.conf.post_108,v 1.1 2007/04/23 20:18:22 zzam Exp $
#
# This file can be used to override some of udev's default values.
# See the udev man page for more details about these values.
# udev_root - where in the filesystem to place the device nodes
udev_root="/dev/"
# udev_rules - The name and location of the udev rules file
udev_rules="/etc/udev/rules.d/"
# 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"
# The maximum size reserved for the tmpfs mounted on /dev
tmpfs_size="10M"
|