Changeset 6871acc for chapter06


Ignore:
Timestamp:
02/05/2005 12:25:58 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
03d73d4
Parents:
5c54973
Message:
  • Install hotplug's pnp.distmap and tidy up some explanatory text

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/hotplug.xml

    r5c54973 r6871acc  
    1111
    1212<sect2 role="package"><title/>
    13 <!-- Edit me - The entire text of this section needs to be proofread, as it
    14 is taken verbatim from Unstable -->
    1513<para>The Hotplug package contains scripts that react upon hotplug events
    16 generated by the kernel. Such events correspond to every change in the
    17 in the kernel state visible in the <systemitem class="filesystem">sysfs</systemitem>
    18 filesystem, e.g., the addition and removal of hardware. This package also detects
    19 existing hardware during boot and inserts the relevant modules into the running kernel.</para>
     14generated by the kernel. Such events correspond to every change in the kernel
     15state visible in the <systemitem class="filesystem">sysfs</systemitem>
     16filesystem, e.g., the addition and removal of hardware. This package also
     17detects existing hardware during boot and inserts the relevant modules into the
     18running kernel.</para>
    2019
    2120<segmentedlist>
     
    3837<screen><userinput>make install</userinput></screen>
    3938
    40 <para>Remove Hotplug's not-so-clean init script, since we're going to be using
    41 the script including with LFS-Bootscripts:</para>
     39<para>Copy a file that the &quot;install&quot; target omits.</para>
     40
     41<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen>
     42
     43<para>Remove the init script that Hotplug installs, since we're going to be
     44using the script included with LFS-Bootscripts:</para>
    4245
    4346<screen><userinput>rm -rf /etc/init.d</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.