From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?T3phbiDDh2HEn2xheWFu?= Date: Tue, 26 Jan 2010 16:38:28 +0000 Subject: devtmpfs and udev Message-Id: <4B5F1A84.9080107@pardus.org.tr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, When using devtmpfs, do we still have to copy /lib/udev/devices to /dev before running udev? What are the device nodes that should always be created/copied statically? And what about the links below[0]? Are they still required for a proper udev functionality? ln -sv /proc/self/fd /lib/udev/devices/fd ln -sv /proc/self/fd/0 /lib/udev/devices/stdin ln -sv /proc/self/fd/1 /lib/udev/devices/stdout ln -sv /proc/self/fd/2 /lib/udev/devices/stderr ln -sv /proc/kcore /lib/udev/devices/core [0]: http://www.linuxfromscratch.org/lfs/view/development/chapter06/udev.html Regards, Ozan Caglayan