Ignore:
Timestamp:
09/10/2013 11:12:35 PM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eec1fd7
Parents:
69087ba
Message:

mdadm-3.3 - NB I've replaced 'make everything' by 'make', but mentioned it as an optional command.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11818 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r69087ba rb6d51d20  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "2afc306135466923fe5020d743bff9a4">
    10   <!ENTITY mdadm-size          "364 KB">
    11   <!ENTITY mdadm-buildsize     "16.4 MB">
    12   <!ENTITY mdadm-time          "0.4 SBU">
     9  <!ENTITY mdadm-md5sum        "abb19b309281b93cf79d29fb2dfb2e85">
     10  <!ENTITY mdadm-size          "390 KB">
     11  <!ENTITY mdadm-buildsize     "8.3 MB">
     12  <!ENTITY mdadm-time          "less than 0.1 SBU">
    1313]>
    1414
     
    9292    commands:</para>
    9393
    94 <screen><userinput>make everything</userinput></screen>
     94<screen><userinput>make</userinput></screen>
    9595
    96 <!--    <para>This package does not come with a test suite.</para> -->
     96    <para>If you wish to run the tests, ensure that your kernel supports
     97    RAID and that a version of mdadm is not already running, and issue:
     98    <command>make test</command> and then, as the
     99    <systemitem class="username">root</systemitem> user: ./test</para>
    97100
    98101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    101104
    102105  </sect2>
     106
     107  <sect2 role="commands">
     108    <title>Command Explanations</title>
     109
     110    <para><option>--make everything</option>: This switch creates extra programs,
     111    particularly a statically-linked version of <command>mdadm</command> and
     112    also versions of <command>mdassemble</command>. These all need to be manually
     113    installed.
     114    </para>
     115
     116  </sect2>
     117
    103118
    104119  <sect2 role="content">
     
    111126
    112127      <seglistitem>
    113         <seg>mdadm and mdmon</seg>
     128        <seg>mdadm, mdmon and optionally mdassemble</seg>
    114129        <seg>None</seg>
    115130        <seg>None</seg>
     
    142157      </varlistentry>
    143158
     159      <varlistentry id="mdassemble">
     160        <term><command>mdassemble</command></term>
     161        <listitem>
     162          <para>is a tiny program that can be used to assemble MD devices
     163          inside an initial ramdisk (initrd) or initramfs.</para>
     164          <indexterm zone="mdadm mdassemble">
     165            <primary sortas="b-mdassemble">mdassemble</primary>
     166          </indexterm>
     167        </listitem>
     168      </varlistentry>
     169
    144170    </variablelist>
    145171
Note: See TracChangeset for help on using the changeset viewer.