diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f8a55d342..8343f2b48 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>February 5, 2005 [matt]: Copy hotplug's pnp.distmap file to +silence its warnings</para></listitem> + <listitem><para>February 5, 2005 [matt]: Upgraded to syslog-ng-1.6.6</para> </listitem> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 3334914ed..12a3e0d0f 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -26,6 +26,10 @@ <screen><userinput>make install</userinput></screen> +<para>Copy a file that the "install" target omits.</para> + +<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen> + <para>Remove Hotplug's init script:</para> <screen><userinput>rm -rf /etc/init.d</userinput></screen> |