summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasync@cc.gatech.edu <async@cc.gatech.edu>2004-03-12 23:52:17 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:10 -0700
commitb1224bc0da0328c44ed8816bb0cf28e7343bab86 (patch)
tree72a382e1d0e565446d6b0b50f8242200fb927130
parentc013b034ae54af68e64c0b46cd09cbe3564a7b8a (diff)
downloadsystemd-b1224bc0da0328c44ed8816bb0cf28e7343bab86.tar.gz
[PATCH] fix HOWTO-udev_for_dev for udevdir
-rw-r--r--HOWTO-udev_for_dev6
1 files changed, 4 insertions, 2 deletions
diff --git a/HOWTO-udev_for_dev b/HOWTO-udev_for_dev
index a6d0892e37..58bf2d4e8c 100644
--- a/HOWTO-udev_for_dev
+++ b/HOWTO-udev_for_dev
@@ -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