Changeset 948056c for bootscripts/common/udev.xml
- Timestamp:
- Aug 7, 2006, 8:05:06 AM (18 years ago)
- Children:
- 73b7ed58
- Parents:
- d0ed88e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/common/udev.xml
rd0ed88e8 r948056c 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../ general.ent">4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 6 ]> … … 9 9 <?dbhtml filename="udev.html"?> 10 10 11 <title>Device and Module Handling on a nLFS System</title>11 <title>Device and Module Handling on a CLFS System</title> 12 12 13 13 <indexterm zone="ch-scripts-udev"> … … 131 131 determined by rules specified in the files within the <filename 132 132 class="directory">/etc/udev/rules.d/</filename> directory. These are 133 numbered in a similar fashion to the LFS-Bootscripts package. If133 numbered in a similar fashion to the CLFS-Bootscripts package. If 134 134 <command>udevd</command> can't find a rule for the device it is creating, 135 135 it will default permissions to <emphasis>660</emphasis> and ownership to … … 155 155 might contain the string 156 156 <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>. 157 The rules that LFS installs will cause <command>udevd</command> to call157 The rules that CLFS installs will cause <command>udevd</command> to call 158 158 out to <command>/sbin/modprobe</command> with the contents of the 159 159 <envar>MODALIAS</envar> uevent environment variable (that should be the … … 281 281 <systemitem class="filesystem">sysfs</systemitem> attribute and appending 282 282 it to the <filename>/etc/udev/rules.d/10-wait_for_sysfs.rules</filename> 283 file. Please notify the LFS Development list if you do so and it283 file. Please notify the CLFS Development list if you do so and it 284 284 helps.</para> 285 285
Note:
See TracChangeset
for help on using the changeset viewer.