chiark / gitweb /
update NEWS README
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 20 May 2010 07:19:01 +0000 (09:19 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 20 May 2010 07:19:01 +0000 (09:19 +0200)
NEWS
README

diff --git a/NEWS b/NEWS
index 1778d56b4006d1002a4dbdb8323aaef3906db2f6..8b506952f32d6fe193f97f0fc8497fa85ff34529 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 udev 155
 ========
+Bugfixes.
+
+Now, on startup, udevd itself copies the content of /lib/udev/devices
+to /dev. Also the standard symlinks like /dev/std{in,out,err}, /dev/core,
+/dev/fd are created.
+
 
 udev 154
 ========
diff --git a/README b/README
index 2b5fc37d81f6cac70dc8fdc19b5c73d3be338ea5..78787469cca29f29359cbe2a661f94cd2fcae8df 100644 (file)
--- 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: