Ignore:
Timestamp:
07/01/2005 11:16:14 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
808f5af
Parents:
90b56f5
Message:

Brought all occurences of LFS-Bootscripts into conformity. (merged from trunk r6288)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/hotplug.xml

    r90b56f5 raabd480  
    4141<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen>
    4242
    43 <para>Remove the init script that Hotplug installs, since we're going to be
    44 using the script included with LFS-Bootscripts:</para>
     43<para>Remove the init script that Hotplug installs since we are going to be
     44using the script included in the LFS-Bootscripts package:</para>
    4545
    4646<screen><userinput>rm -rf /etc/init.d</userinput></screen>
    4747
    48 <para>Network device hotplugging is not supported by LFS-Bootscripts yet. For
    49 that reason, remove the network hotplug agent:</para>
     48<para>Network device hotplugging is not yet supported by the LFS-Bootscripts
     49package. For that reason, remove the network hotplug agent:</para>
    5050
    5151<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
     
    9191<listitem>
    9292<para>These scripts are used for cold plugging, i.e., detecting and acting upon
    93 hardware already present during system startup.  They are called by the
    94 <filename>hotplug</filename> initscript that comes from the LFS-Bootscripts
    95 package.  The <command>*.rc</command> scripts try to recover hotplug events that
    96 were lost during system boot because, for example, the root filesystem was not
    97 mounted by the kernel</para>
     93hardware already present during system startup. They are called by the
     94<filename>hotplug</filename> initscript included in the LFS-Bootscripts package.
     95The <command>*.rc</command> scripts try to recover hotplug events that were lost
     96during system boot because, for example, the root filesystem was not mounted by
     97the kernel</para>
    9898<indexterm zone="ch-system-hotplug hotplug-rc"><primary
    9999sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.