diff options
author | Greg KH <greg@press.(none)> | 2005-06-21 16:36:29 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-21 16:36:29 -0700 |
commit | 972d318a3123b00d0ed6b78bbcf70a0965841a8e (patch) | |
tree | 8322245ad8e488ad3da9575e2d90b219a99880ea /README | |
parent | ae8d5e161fe916e39f226ce53f2c5f8b31f582a0 (diff) | |
parent | d27d3bb05288fb5e70bc3f3fc7da1dc8ee5413a8 (diff) |
Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,8 +10,7 @@ To use: - Your 2.6 kernel must have had CONFIG_HOTPLUG enabled when it was built. -- Make sure sysfs is mounted. udev will figure out where sysfs is mounted, but - the traditional place for it is at /sys. You can mount it by hand by running: +- Make sure sysfs is mounted at /sys. You can mount it by running: mount -t sysfs none /sys - Make sure you have the latest version of the linux-hotplug scripts. They are |