Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/hotplug.xml

    r82fedc4 re0e40d3  
    3838    <title>Installation of Hotplug</title>
    3939
    40     <para>Install the Hotplug package:</para>
    41 
    42 <screen><userinput>make install</userinput></screen>
    43 
    44     <para>Remove the init script that Hotplug installs since we are going
     40    <para os="a">Install the Hotplug package:</para>
     41
     42<screen os="b"><userinput>make install</userinput></screen>
     43
     44    <para os="c">Remove the init script that Hotplug installs since we are going
    4545    to be using the script included in the LFS-Bootscripts package:</para>
    4646
    47 <screen><userinput>rm -rf /etc/init.d</userinput></screen>
    48 
    49     <para>Network device hotplugging is not yet supported by the
     47<screen os="d"><userinput>rm -rf /etc/init.d</userinput></screen>
     48
     49    <para os="e">Network device hotplugging is not yet supported by the
    5050    LFS-Bootscripts package. For that reason, remove the network
    5151    hotplug agent:</para>
    5252
    53 <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
    54 
    55     <para>Create a directory for storing firmware that can be loaded by
     53<screen os="f"><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
     54
     55    <para os="g">Create a directory for storing firmware that can be loaded by
    5656    <command>hotplug</command>:</para>
    5757
    58 <screen><userinput>mkdir /lib/firmware</userinput></screen>
     58<screen os="h"><userinput>mkdir /lib/firmware</userinput></screen>
    5959
    6060  </sect2>
Note: See TracChangeset for help on using the changeset viewer.