diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-04 21:01:09 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-04 21:01:09 +0000 |
commit | ef8b8675ae1b9342951578bcae0201ccabb6d250 (patch) | |
tree | 951271d0ed6f34f87027fefe34ce8e8872920e51 /chapter06 | |
parent | fca8a2b7986896ffd6816f1bc249c2a46cac9a4d (diff) |
* /var/log/hotplug is created by hotplug's Makefile; don't create it ourselves
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/hotplug.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 6ac55e75c..d0e86e473 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -50,14 +50,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> |