Ignore:
Timestamp:
04/04/2005 09:17:08 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
e581a2d
Parents:
1e91bc9
Message:

Ported 6.1 related fixes from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/hotplug.xml

    r1e91bc9 r551f481  
    5151<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
    5252
    53 <para>For logging of hotplug events we will create a directory and a
    54 blank file. This file will show all the information passed to hotplug:</para>
     53<para>Create a file that is necessary for the logging of hotplug events:</para>
    5554
    56 <screen><userinput>mkdir /var/log/hotplug
    57 touch /var/log/hotplug/events</userinput></screen>
     55<screen><userinput>touch /var/log/hotplug/events</userinput></screen>
    5856
    59 <para>For firmware to be loaded by hotplug we will create the necessary
    60 directory:</para>
     57<para>Create a directory for storing firmware that can be loaded by hotplug:</para>
    6158
    6259<screen><userinput>mkdir /lib/firmware</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.