chiark / gitweb /
[PATCH] fix HOWTO-udev_for_dev for udevdir
authorasync@cc.gatech.edu <async@cc.gatech.edu>
Sat, 13 Mar 2004 07:52:17 +0000 (23:52 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:10 +0000 (21:35 -0700)
HOWTO-udev_for_dev

index a6d0892e37f74715c4f84b376ccc6ca80d3adccb..58bf2d4e8caba0408f6304e15bb02d1354e7b657 100644 (file)
@@ -38,9 +38,11 @@ NOTE NOTE NOTE NOTE NOTE NOTE NOTE
    I did this with the latest Fedora startup scripts with the patch at
    the end of this file.
 
- - make sure the /etc/udev/udev.conf file lists the udev_root as /dev.
-   It should contain the following line in order to work properly.
+ - make sure the /etc/udev/udev.conf file lists the udev_root as "/dev/"
+   and the udev_db as "/dev/.udev.tdb". It should contain the
+   following lines in order to work properly.
        udev_root="/dev/"
+       udev_db="/dev/.udev.tdb"
 
  - reboot into a 2.6 kernel and watch udev create all of the initial
    device nodes in /dev