diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-09-16 13:56:18 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-09-16 13:56:18 +0000 |
commit | 631a66d4f18fb38c417f1437278c86e264ff2687 (patch) | |
tree | d441c728fc9f9e4a4e221eeed75430cfd9d7c1db /chapter06/kmod.xml | |
parent | 1001e8ce483f63237f90207ab0f724f6d62ac3ec (diff) |
Upgrade to Kmod-10. Fixes #3180.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9994 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r-- | chapter06/kmod.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 6264236ba..f04f89303 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of Kmod</title> - <para>Apply the following patch to fix a problem when running the testsuite - on x86 hosts:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&kmod-testsuite-patch;</userinput></screen> - <para>Prepare Kmod for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |