Ignore:
Timestamp:
Mar 14, 2006, 11:25:42 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2b7b70c
Parents:
7506301
Message:

r2572@server: jim | 2006-03-14 22:06:35 -0800
Updated to Udev 087

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/udev.xml

    r7506301 r6e8f798  
    2727
    2828<screen os="b"><userinput>make CC="gcc ${BUILD64}" LD="gcc ${BUILD64}" \
    29     EXTRAS="extras/firmware extras/run_directory" udevdir=/dev</userinput></screen>
     29 EXTRAS="extra/cdrom_id extras/firmware extras/scsi_id extras/volume_id
     30            extras/ata_id extras/usb_id extras/edd_id extras/dasd_id" udevdir=/dev</userinput></screen>
    3031
    3132    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6364    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6465    href="../common/udev.xml"
    65     xpointer="xpointer(//*[@os='k'])"/>
    66 
    67     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    68     href="../common/udev.xml"
    6966    xpointer="xpointer(//*[@os='l'])"/>
    7067
     
    7370    xpointer="xpointer(//*[@os='m'])"/>
    7471
    75     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    76     href="../common/udev.xml"
    77     xpointer="xpointer(//*[@os='n'])"/>
    78 
    79     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    80     href="../common/udev.xml"
    81     xpointer="xpointer(//*[@os='o'])"/>
    82 
    8372  </sect2>
    8473
    85   <sect2 id="contents-udev" role="content">
    86     <title>Contents of Udev</title>
    87 
    88     <segmentedlist>
    89       <segtitle>Installed programs</segtitle>
    90       <segtitle>Installed directory</segtitle>
    91 
    92       <seglistitem>
    93         <seg>udev, udevd, udevsend, udevstart, udevinfo, and udevtest</seg>
    94         <seg>/etc/udev</seg>
    95       </seglistitem>
    96     </segmentedlist>
    97 
    98     <variablelist>
    99       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    100       <?dbfo list-presentation="list"?>
    101       <?dbhtml list-presentation="table"?>
    102 
    103       <varlistentry id="udev">
    104         <term><command>udev</command></term>
    105         <listitem>
    106           <para>Creates device nodes in <filename
    107           class="directory">/dev</filename> or renames network interfaces (not
    108           in LFS) in response to hotplug events</para>
    109             <indexterm zone="ch-system-udev udev">
    110           <primary sortas="b-udev">udev</primary>
    111         </indexterm>
    112       </listitem></varlistentry>
    113 
    114       <varlistentry id="udevd">
    115         <term><command>udevd</command></term>
    116         <listitem>
    117           <para>A daemon that reorders hotplug events before submitting them to
    118           <command>udev</command>,
    119           thus avoiding various race conditions</para>
    120             <indexterm zone="ch-system-udev udevd">
    121           <primary sortas="b-udevd">udevd</primary>
    122         </indexterm>
    123       </listitem></varlistentry>
    124 
    125       <varlistentry id="udevsend">
    126         <term><command>udevsend</command></term>
    127         <listitem>
    128           <para>Delivers hotplug events to <command>udevd</command></para>
    129             <indexterm zone="ch-system-udev udevsend">
    130           <primary sortas="b-udevsend">udevsend</primary>
    131         </indexterm>
    132       </listitem></varlistentry>
    133 
    134       <varlistentry id="udevstart">
    135         <term><command>udevstart</command></term>
    136         <listitem>
    137           <para>Creates device nodes in <filename class="directory">/dev</filename>
    138           that correspond to drivers compiled directly into the kernel; it
    139           performs that task by simulating hotplug events presumably dropped by
    140           the kernel before invocation of this program (e.g., because the root
    141           filesystem has not been mounted) and submitting such synthetic hotplug
    142           events to <command>udev</command></para>
    143           <indexterm zone="ch-system-udev udevstart">
    144             <primary sortas="b-udevstart">udevstart</primary>
    145           </indexterm>
    146         </listitem>
    147       </varlistentry>
    148 
    149       <varlistentry id="udevinfo">
    150         <term><command>udevinfo</command></term>
    151         <listitem>
    152           <para>Allows users to query the <command>udev</command> database for
    153           information on any device currently present on the system; it also
    154           provides a way to query any device in the <systemitem
    155           class="filesystem">sysfs</systemitem> tree to help create udev
    156           rules</para>
    157           <indexterm zone="ch-system-udev udevinfo">
    158             <primary sortas="b-udevinfo">udevinfo</primary>
    159           </indexterm>
    160         </listitem>
    161       </varlistentry>
    162 
    163       <varlistentry id="udevtest">
    164         <term><command>udevtest</command></term>
    165         <listitem>
    166           <para>Simulates a <command>udev</command> run for the given device,
    167           and prints out the name of the node the real <command>udev</command>
    168           would have created or (not in LFS) the name of the renamed network
    169           interface</para>
    170           <indexterm zone="ch-system-udev udevtest">
    171             <primary sortas="b-udevtest">udevtest</primary>
    172           </indexterm>
    173         </listitem>
    174       </varlistentry>
    175 
    176       <varlistentry id="etc-udev">
    177         <term><filename class="directory">/etc/udev</filename></term>
    178         <listitem>
    179           <para>Contains <command>udev</command> configuation files,
    180           device permissions, and rules for device naming</para>
    181           <indexterm zone="ch-system-udev etc-udev">
    182             <primary sortas="e-/etc/udev">/etc/udev</primary>
    183           </indexterm>
    184         </listitem>
    185       </varlistentry>
    186 
    187     </variablelist>
    188 
    189   </sect2>
     74  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     75  href="../common/udev.xml"
     76  xpointer="xpointer(id('contents-udev'))"/>
    19077
    19178</sect1>
Note: See TracChangeset for help on using the changeset viewer.