Ticket #3620: eudev.patch

File eudev.patch, 1.8 KB (added by Chris Staub, 10 years ago)
  • trunk/BOOK/chapter06/eudev.xml

     
    7373<para>Create some directories now that are needed for tests, but
    7474will also be used as a part of installation:</para>
    7575
    76 <screen><userinput remap="install">mkdir -pv /lib/{firmware,udev/devices/pts}
     76<screen><userinput remap="install">mkdir -pv /lib/{firmware,udev}
    7777mkdir -pv /lib/udev/rules.d
    7878mkdir -pv /etc/udev/rules.d</userinput></screen>
    7979
  • trunk/BOOK/chapter07/usage.xml

     
    210210  <sect2>
    211211    <title>Udev Bootscripts</title>
    212212
    213       <para>The first LFS bootscript,
    214       <filename>/etc/init.d/mountvirtfs</filename> will copy any devices
    215       located in <filename class="directory">/lib/udev/devices</filename> to
    216       <filename class="directory">/dev</filename>. This is necessary because
    217       some devices, directories, and symlinks are needed before the dynamic
    218       device handling processes are available during the early stages of
    219       booting a system, or are required by <command>udevd</command> itself.
    220       Creating static device nodes in <filename
    221       class="directory">/lib/udev/devices</filename> also provides an easy
    222       workaround for devices that are not supported by the dynamic device
    223       handling infrastructure.</para>
    224 
    225213      <para>The <filename>/etc/rc.d/init.d/udev</filename> initscript starts
    226214      <command>udevd</command>, triggers any "coldplug" devices that have
    227215      already been created by the kernel and waits for any rules to complete.