Changeset 676d923 in clfs-sysroot for BOOK/bootscripts/common/udev.xml
- Timestamp:
- Mar 15, 2009, 2:42:22 PM (17 years ago)
- Branches:
- master
- Children:
- 10658db
- Parents:
- 1970967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/udev.xml
r1970967 r676d923 135 135 it will default permissions to <emphasis>660</emphasis> and ownership to 136 136 <emphasis>root:root</emphasis>. Documentation on the syntax of the Udev 137 rules configuration files areavailable in137 rules configuration files is available in 138 138 <filename>/usr/share/doc/udev-&udev-version;/index.html</filename></para> 139 139 … … 155 155 might contain the string 156 156 <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>. 157 The rules that CLFS installs will cause <command>udevd</command> to call158 out to <command>/sbin/modprobe</command> with the contents of the157 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 159 159 <envar>MODALIAS</envar> uevent environment variable (that should be the 160 160 same as the contents of the <filename>modalias</filename> file in sysfs), … … 268 268 example, a poorly-writen rule can match both a SCSI disk (as desired) 269 269 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> 271 272 272 273 </sect3> … … 317 318 serial number or the output of various *_id utilities installed by Udev. 318 319 See <xref linkend="ch-scripts-symlinks"/> and 319 <xref linkend="ch -scripts-network"/> for examples.</para>320 <xref linkend="chapter-network"/> for examples.</para> 320 321 321 322 </sect3> … … 337 338 338 339 <listitem> 339 <para remap="verbatim">udev FAQ340 <ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para>341 </listitem>342 343 <listitem>344 340 <para remap="verbatim">The <systemitem class="filesystem">sysfs</systemitem> Filesystem 345 341 <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.