diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/acl.xml | 5 | ||||
-rw-r--r-- | chapter06/kmod.xml | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index fb3e3475d..14c34d3e6 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -59,8 +59,9 @@ <para>Prepare Acl for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --bindir=/bin \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --bindir=/bin \ + --disable-static \ --libexecdir=/usr/lib</userinput></screen> <para>Compile the package:</para> 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> |