Ignore:
Timestamp:
01/30/2016 08:17:30 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
b93238f0
Parents:
852ccfd5
Message:

Merge chapter 14 from trunk, merge recent updates from trunk to completed chapters, more -systemd.xml files cleanup.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16869 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r852ccfd5 rcbc3f97  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "7ca8b114710f98f53f20c5787b674a09">
    10   <!ENTITY mdadm-size          "404 KB">
    11   <!ENTITY mdadm-buildsize     "8 MB">
    12   <!ENTITY mdadm-time          "less than 0.1 SBU">
     9  <!ENTITY mdadm-md5sum        "04b8b21f637540350f8517c7e68d3c63">
     10  <!ENTITY mdadm-size          "416 KB">
     11  <!ENTITY mdadm-buildsize     "416 MB (12 MB with tests)">
     12  <!ENTITY mdadm-time          "0.1 SBU (23 SBU, with tests)">
     13  <!-- tests statistcs repeated from previous one, given by Pierre-->
    1314]>
    1415
     
    3334    tools for software RAID.</para>
    3435
    35     &lfs77_checked;
     36    &lfs78_checked;
    3637
    3738    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5960    <para condition="html" role="usernotes">User Notes:
    6061    <ulink url="&blfs-wiki;/mdadm"/></para>
     62    <note>
     63      <para>
     64        Kernel versions in series 4.1 and 4.2 have a broken RAID
     65        implementation. Use a kernel with version above 4.2.4.
     66      </para>
     67    </note>
    6168
    6269  </sect2>
     
    8895    <title>Installation of mdadm</title>
    8996
    90     <para>
    91       First, fix problems introduced by <application>&gcc-490;</application>
    92       and <application>gcc-5</application>:
    93     </para>
    94 
    95 <screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile &amp;&amp;
    96 sed -i 's/\(^inline\)/static \1/' bitmap.c</userinput></screen>
    97 
    9897    <para>Install <application>mdadm</application> by running the following
    9998    commands:</para>
     
    117116    <title>Command Explanations</title>
    118117
    119     <para><option>make everything</option>: This target creates extra programs,
    120     particularly a statically-linked version of <command>mdadm</command> and
    121     also versions of <command>mdassemble</command>. These all need to be manually
    122     installed.
     118    <para>
     119      <command>make everything</command>: This optional target creates extra
     120      programs, particularly a statically-linked version of
     121      <command>mdadm</command> and also versions of
     122      <command>mdassemble</command>. These all need to be manually installed.
    123123    </para>
    124124
Note: See TracChangeset for help on using the changeset viewer.