diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-08 02:29:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-08 02:29:05 +0000 |
commit | fd162f667ce23773cf9e486e144ae288dd08351f (patch) | |
tree | 7dc321b6ec4bba978afb19b686866a454cefa571 /chapter06/kmod.xml | |
parent | 49c2c113b322bf9f3bbb2e915fe4fb212aeb30e0 (diff) |
Update to mpc-1.0.3.
Update to man-pages-3.8.1.
Update to xz-5.2.1.
Update to kmod-20.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r-- | chapter06/kmod.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 82b2ce9b7..a68e259f6 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -74,10 +74,15 @@ <screen><userinput remap="make">make</userinput></screen> + <para>This package does not come with a test suite that can be run in the + LFS chroot environment. At a minimum the git program is required and + several tests will not run outside of a git repository. </para> + +<!-- <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - +--> <para>Install the package, and create symlinks for compatibility with Module-Init-Tools (the package that previously handled Linux kernel modules):</para> |