diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-17 12:06:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-04-17 12:06:57 +0000 |
commit | ad5100b742c909395a1276b2e596b6348c151c6c (patch) | |
tree | 84c4d1196ed58a77b008e82e42352e4d56847ce5 /chapter06 | |
parent | 411697db8a6023154081793e43dae18198f7decc (diff) |
* Don't create the /var/log/hotplug/events file; the bootscripts do that for us (merge of r4986 from trunk).
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/hotplug.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 9346754bb..ff0ab645e 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -50,10 +50,6 @@ that reason, remove the network hotplug agent:</para> <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> -<para>Create a file that is necessary for the logging of hotplug events:</para> - -<screen><userinput>touch /var/log/hotplug/events</userinput></screen> - <para>Create a directory for storing firmware that can be loaded by <command>hotplug</command>:</para> |