diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-06-18 10:57:10 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-06-18 10:57:10 +0200 |
commit | 57663b364beda200ec189c889e7d9c9fede37c9a (patch) | |
tree | 9596b3a13dd6c23f346c737ba53d61da8103934f /README | |
parent | e33d1515e2d22fe8f872556dd649e0db3b601057 (diff) |
remove device node, when type block/char has changed
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
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 |