Ignore:
Timestamp:
11/26/2005 08:20:01 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e7de1b23
Parents:
70326af
Message:

Upgrade to module-init-tools 3.2.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/module-init-tools.xml

    r70326af r9b6a7d0  
    1717<segtitle>&buildtime;</segtitle>
    1818<segtitle>&diskspace;</segtitle>
    19 <seglistitem><seg>0.1 SBU</seg><seg>4.9 MB</seg></seglistitem>
     19<seglistitem><seg>0.3 SBU</seg><seg>3.3 MB</seg></seglistitem>
    2020</segmentedlist>
    2121
     
    3030<title>Installation of Module-Init-Tools</title>
    3131
    32 <para>Module-Init-Tools attempts to rewrite its
    33 <filename>modprobe.conf</filename> man page during the build process. This is
    34 unnecessary and also relies on <command>docbook2man</command> &mdash; which is not
    35 installed in LFS. Run the following command to avoid this:</para>
     32<para>Issue the following commands to perform the tests (note that the
     33<command>make distclean</command> command is required to clean up the source
     34tree, as the source gets recompiled as part of the testing process):</para>
    3635
    37 <screen><userinput>touch modprobe.conf.5</userinput></screen>
    38 
    39 <para>If you wish to run the test suite for Module-Init-Tools, you will need to
    40 download the separate testsuite tarball.  Issue the following commands to
    41 perform the tests (note that the <command>make distclean</command> command is
    42 required to clean up the source tree, as the source gets recompiled as part of
    43 the testing process):</para>
    44 
    45 <screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-components=1 &amp;&amp;
    46 ./configure &amp;&amp;
     36<screen><userinput>./configure &amp;&amp;
    4737make check &amp;&amp;
    4838make distclean</userinput></screen>
     
    5040<para>Prepare Module-Init-Tools for compilation:</para>
    5141
    52 <screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
     42<screen><userinput>./configure --prefix="" --mandir=/usr/share/man \
     43  --enable-zlib</userinput></screen>
    5344
    5445<para>The meaning of the configure options:</para>
    5546
    5647<variablelist>
     48<varlistentry>
     49<term><parameter>--mandir=/usr/share/man</parameter></term>
     50<listitem><para>This ensures the man pages are installed in the correct
     51location.</para></listitem>
     52</varlistentry>
    5753<varlistentry>
    5854<term><parameter>--enable-zlib</parameter></term>
     
    7773<segmentedlist>
    7874<segtitle>Installed programs</segtitle>
    79 <seglistitem><seg>depmod, insmod,
    80 insmod.static, lsmod (link to insmod), modinfo, modprobe (link to
    81 insmod), and rmmod (link to insmod)</seg></seglistitem>
     75<seglistitem><seg>depmod, generate-modprobe.conf, insmod,
     76insmod.static, lsmod, modinfo, modprobe, and rmmod</seg></seglistitem>
    8277</segmentedlist>
    8378
     
    9388automatically load the required modules</para>
    9489<indexterm zone="ch-system-module-init-tools depmod"><primary sortas="b-depmod">depmod</primary></indexterm>
     90</listitem>
     91</varlistentry>
     92
     93<varlistentry id="generate-modprobe.conf">
     94<term><command>generate-modprobe.conf</command></term>
     95<listitem>
     96<para>Creates a modprobe.conf file from an existing 2.2 or 2.4 module setup</para>
     97<indexterm zone="ch-system-module-init-tools generate-modprobe.conf"><primary sortas="b-generate-modprobe.conf">generate-modprobe.conf</primary></indexterm>
    9598</listitem>
    9699</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.