aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/hotplug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r--chapter06/hotplug.xml9
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>