diff options
author | rrm3@rrm3.org <rrm3@rrm3.org> | 2004-02-03 00:20:27 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:20 -0700 |
commit | 786f9231961cc12e59cce3e3ad117ad976adf6f5 (patch) | |
tree | 27a43f5ae06f0ca3e6eb3c6e407892a691232756 | |
parent | e047ca9bdfc3d95cccbbcf6d4f2358648c7d0758 (diff) |
[PATCH] FAQ udev.rules.devfs
I have a very small patch for the udev FAQ. :-)
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ A: The devfs approach caused a lot of spurious modprobe attempts as Q: I really like the devfs naming scheme, will udev do that? A: Yes, udev can create /dev nodes using the devfs naming policy. A configuration file needs to be created to map the kernel default names - to the devfs names. See the initial udev.conf.devfs file in the udev + to the devfs names. See the initial udev.rules.devfs file in the udev release. It is the start of such a configuration file. If there are any things missing, please let the udev authors know. |