aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/module-init-tools.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-30 17:53:21 +0000
commite5846effb0fab3c1f10b071660f96b45749d74cb (patch)
tree19a0470656a5a047b8fd36cb265fd363687f921e /chapter06/module-init-tools.xml
parent7efa3be047998850dec035e52784fb6ea63eb1bc (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.xml10
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>