Changeset 676d923 in clfs-sysroot for BOOK/bootscripts/common/udev.xml


Ignore:
Timestamp:
Mar 15, 2009, 2:42:22 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
10658db
Parents:
1970967
Message:

Update bootscript configuration from trunk. Update bootscripts to 1.2-pre6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/udev.xml

    r1970967 r676d923  
    135135      it will default permissions to <emphasis>660</emphasis> and ownership to
    136136      <emphasis>root:root</emphasis>. Documentation on the syntax of the Udev
    137       rules configuration files are available in
     137      rules configuration files is available in
    138138      <filename>/usr/share/doc/udev-&udev-version;/index.html</filename></para>
    139139
     
    155155      might contain the string
    156156      <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>.
    157       The rules that CLFS installs will cause <command>udevd</command> to call
    158       out to <command>/sbin/modprobe</command> with the contents of the
     157      The default rules provided by Udev will cause <command>udevd</command>
     158      to call out to <command>/sbin/modprobe</command> with the contents of the
    159159      <envar>MODALIAS</envar> uevent environment variable (that should be the
    160160      same as the contents of the <filename>modalias</filename> file in sysfs),
     
    268268      example, a poorly-writen rule can match both a SCSI disk (as desired)
    269269      and the corresponding SCSI generic device (incorrectly) by vendor.
    270       Find the offending rule and make it more specific.</para>
     270      Find the offending rule and make it more specific, with the help of
     271      <command>udevadm info</command>.</para>
    271272
    272273    </sect3>
     
    317318      serial number or the output of various *_id utilities installed by Udev.
    318319      See <xref linkend="ch-scripts-symlinks"/> and
    319       <xref linkend="ch-scripts-network"/> for examples.</para>
     320      <xref linkend="chapter-network"/> for examples.</para>
    320321
    321322    </sect3>
     
    337338
    338339      <listitem>
    339         <para remap="verbatim">udev FAQ
    340         <ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para>
    341       </listitem>
    342 
    343       <listitem>
    344340        <para remap="verbatim">The <systemitem class="filesystem">sysfs</systemitem> Filesystem
    345341        <ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
Note: See TracChangeset for help on using the changeset viewer.