Author: jim Date: 2005-04-04 18:16:05 -0600 (Mon, 04 Apr 2005) New Revision: 4874
Modified: branches/multi-arch/BOOK/chapter01/changelog.xml branches/multi-arch/BOOK/chapter06/hotplug.xml Log: Hotplug change by Matt Modified: branches/multi-arch/BOOK/chapter01/changelog.xml =================================================================== --- branches/multi-arch/BOOK/chapter01/changelog.xml 2005-04-04 23:25:28 UTC (rev 4873) +++ branches/multi-arch/BOOK/chapter01/changelog.xml 2005-04-05 00:16:05 UTC (rev 4874) @@ -87,6 +87,8 @@ <itemizedlist> <listitem><para>Added: Arch: All - Mention bzip2's testsuite.</para></listitem> <listitem><para>Fixed: Arch: All - Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer).</para></listitem> +<listitem><para>Fixed: Arch: All - No need to manually create /var/log/hotplug as hotplug's Makefile creates it (Ken Moffat).</para></listitem> +<listitem><para>Fixed: Arch: All - Also minor rewording to improve consistency, in hotplug.</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/multi-arch/BOOK/chapter06/hotplug.xml =================================================================== --- branches/multi-arch/BOOK/chapter06/hotplug.xml 2005-04-04 23:25:28 UTC (rev 4873) +++ branches/multi-arch/BOOK/chapter06/hotplug.xml 2005-04-05 00:16:05 UTC (rev 4874) @@ -47,14 +47,11 @@ <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> -<para>For logging of hotplug events we will create a directory and a -blank file. This file will show all the information passed to hotplug:</para> +<para>Create a file that is necessary for the logging of hotplug events:</para> -<screen><userinput>mkdir /var/log/hotplug -touch /var/log/hotplug/events</userinput></screen> +<screen><userinput>touch /var/log/hotplug/events</userinput></screen> -<para>For firmware to be loaded by hotplug we will create the necessary -directory:</para> +<para>Create a directory for storing firmware that can be loaded by hotplug:</para> <screen><userinput>mkdir /lib/firmware</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
