aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/module-init-tools.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r--chapter06/module-init-tools.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 947957465..798480978 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -39,23 +39,7 @@ make distclean</userinput></screen>
<para>Prepare Module-Init-Tools for compilation:</para>
-<screen><userinput>./configure --prefix="" --mandir=/usr/share/man \
- --enable-zlib</userinput></screen>
-
-<para>The meaning of the configure options:</para>
-
-<variablelist>
-<varlistentry>
-<term><parameter>--mandir=/usr/share/man</parameter></term>
-<listitem><para>This ensures the man pages are installed in the correct
-location.</para></listitem>
-</varlistentry>
-<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>
+<screen><userinput>./configure --prefix=/ --enable-zlib</userinput></screen>
<para>Compile the package:</para>