aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-05-20 09:19:01 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-05-20 09:19:01 +0200
commit41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5 (patch)
tree0a447c0d59c9e2347a7f59c1c1e62ccc804be8b4 /README
parentcb9a0eeeab56c402dbbab79f3c1be985139ccfd9 (diff)
downloadudev-41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5.tar.gz
update NEWS README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index 2b5fc37d..78787469 100644
--- a/README
+++ b/README
@@ -62,11 +62,6 @@ Setup:
works on an empty 'tmpfs' filesystem, but some static device nodes like
/dev/null, /dev/console, /dev/kmsg are needed to be able to start udev itself.
- - The content of /lib/udev/devices directory which contains static content like
- symlinks and directories, which are always expected to be in /dev, should
- be copied over to the mounted /dev directory:
- cp -axT --remove-destination /lib/udev/devices /dev
-
- The udev daemon should be started to handle device events sent by the kernel.
During bootup, the kernel can be asked to send events for all already existing
devices, to apply the configuration to these devices. This is usually done by: