diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-06-12 20:45:38 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-06-12 20:45:38 +0000 |
commit | 7db6ac519b0b42317dd9f0c4e163ba200dfd35ee (patch) | |
tree | 7b06bc206ac3540cfbfa0672cf67198f5dc2a1e9 /chapter06/hotplug.xml | |
parent | b3aee6ea724fcf5e1135e510f39b8429eb1d4a10 (diff) |
Corrected the hotplug patch in chapter 6 instructins
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r-- | chapter06/hotplug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |