Changeset 386babed


Ignore:
Timestamp:
04/05/2005 12:16:05 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
7c0f28c
Parents:
0b960a2
Message:

Hotplug change by Matt

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0b960a2 r386babed  
    8888<listitem><para>Added: Arch: All - Mention bzip2's testsuite.</para></listitem>
    8989<listitem><para>Fixed: Arch: All - Fix E2fsprogs compile problem (Ken Moffat +&amp; Greg Schafer).</para></listitem>
     90<listitem><para>Fixed: Arch: All - No need to manually create /var/log/hotplug as hotplug's Makefile creates it (Ken Moffat).</para></listitem>
     91<listitem><para>Fixed: Arch: All - Also minor rewording to improve consistency, in hotplug.</para></listitem>
    9092</itemizedlist>
    9193</listitem>
  • chapter06/hotplug.xml

    r0b960a2 r386babed  
    4848<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
    4949
    50 <para>For logging of hotplug events we will create a directory and a
    51 blank file. This file will show all the information passed to hotplug:</para>
     50<para>Create a file that is necessary for the logging of hotplug events:</para>
    5251
    53 <screen><userinput>mkdir /var/log/hotplug
    54 touch /var/log/hotplug/events</userinput></screen>
     52<screen><userinput>touch /var/log/hotplug/events</userinput></screen>
    5553
    56 <para>For firmware to be loaded by hotplug we will create the necessary
    57 directory:</para>
     54<para>Create a directory for storing firmware that can be loaded by hotplug:</para>
    5855
    5956<screen><userinput>mkdir /lib/firmware</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.