diff options
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> |