Ignore:
Timestamp:
Aug 7, 2006, 8:05:06 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
73b7ed58
Parents:
d0ed88e8
Message:

Updated udev text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/common/udev.xml

    rd0ed88e8 r948056c  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    33  "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">
    55  %general-entities;
    66]>
     
    99  <?dbhtml filename="udev.html"?>
    1010
    11   <title>Device and Module Handling on an LFS System</title>
     11  <title>Device and Module Handling on a CLFS System</title>
    1212
    1313  <indexterm zone="ch-scripts-udev">
     
    131131      determined by rules specified in the files within the <filename
    132132      class="directory">/etc/udev/rules.d/</filename> directory. These are
    133       numbered in a similar fashion to the LFS-Bootscripts package. If
     133      numbered in a similar fashion to the CLFS-Bootscripts package. If
    134134      <command>udevd</command> can't find a rule for the device it is creating,
    135135      it will default permissions to <emphasis>660</emphasis> and ownership to
     
    155155      might contain the string
    156156      <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>.
    157       The rules that LFS installs will cause <command>udevd</command> to call
     157      The rules that CLFS installs will cause <command>udevd</command> to call
    158158      out to <command>/sbin/modprobe</command> with the contents of the
    159159      <envar>MODALIAS</envar> uevent environment variable (that should be the
     
    281281      <systemitem class="filesystem">sysfs</systemitem> attribute and appending
    282282      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 it
     283      file. Please notify the CLFS Development list if you do so and it
    284284      helps.</para>
    285285
Note: See TracChangeset for help on using the changeset viewer.