diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 17:53:21 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 17:53:21 +0000 |
commit | e5846effb0fab3c1f10b071660f96b45749d74cb (patch) | |
tree | 19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/module-init-tools.xml | |
parent | 7efa3be047998850dec035e52784fb6ea63eb1bc (diff) |
Round 2 of several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 82fecbef3..3d990f214 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -42,6 +42,16 @@ installed in LFS. Run the following command to avoid this:</para> <screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen> +<para>The meaning of the configure options:</para> + +<variablelist> +<varlistentry> +<term><parameter>--enable-zlib</parameter></term> +<listitem><para>This allows the Module-Init-Tools package to handle compressed +kernel modules.</para></listitem> +</varlistentry> +</variablelist> + <para>Compile the package:</para> <screen><userinput>make</userinput></screen> |