aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kmod.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index 06a1e19bb..75fa028a0 100644
--- a/chapter06/kmod.xml
+++ b/chapter06/kmod.xml
@@ -47,7 +47,6 @@
--bindir=/bin \
--sysconfdir=/etc \
--with-rootlibdir=/lib \
- --disable-manpages \
--with-xz \
--with-zlib</userinput></screen>
@@ -62,15 +61,6 @@
</varlistentry>
<varlistentry>
- <term><parameter>--disable-manpages</parameter></term>
- <listitem>
- <para>This option prevents the man pages from being built, as they
- rely on libxslt, which isn't available in the chroot
- environment.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>--with-rootlibdir=/lib</parameter></term>
<listitem>
<para>This option ensures different library related files are placed
@@ -94,7 +84,6 @@
correct directory: </para>
<screen><userinput remap="install">make install
-make -C man install
for target in depmod insmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target