diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0b28ba95b..118797f83 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -107,6 +107,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 12, 2004 [jeremy]: Chapter 6 - Hotplug - corrected the +name of the bogus deps patch</para></listitem> + <listitem><para>June 12, 2004 [alexander]: British people speak English but need loadkeys and setfont (reported by Dave Mascall on IRC). Corrected the text on the console page to account for this</para></listitem> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index ed40b08b1..411421a5b 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -34,7 +34,7 @@ upon <application>which</application> and <application>usbutils</application> packages: </para> -<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-bogus-deps-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-bogus_deps-1.patch</userinput></screen> <para> USB coldplugging is somewhat broken in Hotplug by default. Fix this with the |