Ticket #3620: eudev.patch
File eudev.patch, 1.8 KB (added by , 10 years ago) |
---|
-
trunk/BOOK/chapter06/eudev.xml
73 73 <para>Create some directories now that are needed for tests, but 74 74 will also be used as a part of installation:</para> 75 75 76 <screen><userinput remap="install">mkdir -pv /lib/{firmware,udev /devices/pts}76 <screen><userinput remap="install">mkdir -pv /lib/{firmware,udev} 77 77 mkdir -pv /lib/udev/rules.d 78 78 mkdir -pv /etc/udev/rules.d</userinput></screen> 79 79 -
trunk/BOOK/chapter07/usage.xml
210 210 <sect2> 211 211 <title>Udev Bootscripts</title> 212 212 213 <para>The first LFS bootscript,214 <filename>/etc/init.d/mountvirtfs</filename> will copy any devices215 located in <filename class="directory">/lib/udev/devices</filename> to216 <filename class="directory">/dev</filename>. This is necessary because217 some devices, directories, and symlinks are needed before the dynamic218 device handling processes are available during the early stages of219 booting a system, or are required by <command>udevd</command> itself.220 Creating static device nodes in <filename221 class="directory">/lib/udev/devices</filename> also provides an easy222 workaround for devices that are not supported by the dynamic device223 handling infrastructure.</para>224 225 213 <para>The <filename>/etc/rc.d/init.d/udev</filename> initscript starts 226 214 <command>udevd</command>, triggers any "coldplug" devices that have 227 215 already been created by the kernel and waits for any rules to complete.