diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-05 00:16:05 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-05 00:16:05 +0000 |
commit | 386babed719f60dd27992de55527631623bea0ce (patch) | |
tree | fc9b60dd7562d5131672d34281b6b4b0bcd7e091 | |
parent | 0b960a284503fcf5a5278c3af04fbd02222c1646 (diff) |
Hotplug change by Matt
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ab481e842..a0026fe6e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,8 @@ first a summary, then a detailed log.</para> <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> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 69e881387..3ed425222 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -47,14 +47,11 @@ that reason, remove the network hotplug agent:</para> <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> |