chiark / gitweb /
[PATCH] more HOWTO cleanups.
authorgreg@kroah.com <greg@kroah.com>
Thu, 19 Feb 2004 07:59:54 +0000 (23:59 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:29 +0000 (21:32 -0700)
HOWTO-udev_for_dev
extras/start_udev

index 75a858f22a443827c73a413472066b360e40fa40..a6d0892e37f74715c4f84b376ccc6ca80d3adccb 100644 (file)
@@ -38,6 +38,10 @@ 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.
 
    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.
+       udev_root="/dev/"
+
  - reboot into a 2.6 kernel and watch udev create all of the initial
    device nodes in /dev
 
  - reboot into a 2.6 kernel and watch udev create all of the initial
    device nodes in /dev
 
index caba5270c2065bc1e22933337cd506b8c8423a73..3c39fc92604d9ca8ec97f829e85d25f190a63de3 100644 (file)
@@ -4,11 +4,22 @@
 #
 # script to initialize /dev by using udev.
 #
 #
 # script to initialize /dev by using udev.
 #
+# Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
+#
+# Released under the GPL v2 only.
+#
 # This needs to be run at the earliest possible point in the boot 
 # process.
 #
 # Based on the udev init.d script
 #
 # This needs to be run at the earliest possible point in the boot 
 # process.
 #
 # Based on the udev init.d script
 #
+# Thanks go out to the Gentoo developers for proving 
+# that this is possible to do.
+#
+# Yes, it's very verbose, feel free to turn off all of the echo calls,
+# they were there to make me feel better that everything was working
+# properly during development...
+#
 
 . /etc/udev/udev.conf
 
 
 . /etc/udev/udev.conf