diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-06-28 09:14:27 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-06-28 09:14:27 +0000 |
commit | fba870f2a5817a9fdf09ea65677d6ea789880dd6 (patch) | |
tree | 83f1f36629158b393ed985af0ff59d04f440507a /chapter06/kmod.xml | |
parent | c2873126826e2ceaa728582f77c763b2fd75d856 (diff) |
Text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r-- | chapter06/kmod.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 75fa028a0..cc0549d42 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -78,10 +78,9 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>Install the package, man pages, and create symlinks for + <para>Install the package and man pages, and create symlinks for compatibility with Module-Init-Tools (the package that previously handled - Linux kernel modules). Also make sure that all libraries are in the - correct directory: </para> + Linux kernel modules):</para> <screen><userinput remap="install">make install |