Ignore:
Timestamp:
07/25/2015 04:05:00 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6a633e28
Parents:
428191d
Message:
  • More short descriptions and fixes, thanks to Denis Mugnier.
  • Update to LVM2.2.02.126. URL changed to a directory with all past releases.
  • Update to mdadm-3.3.3.
  • Update to vsftpd-3.0.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r428191d r73fe507  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "44698d351501cac6a89072dc877eb220">
    10   <!ENTITY mdadm-size          "402 KB">
    11   <!ENTITY mdadm-buildsize     "8.3 MB">
    12   <!ENTITY mdadm-time          "less than 0.1 SBU">
     9  <!ENTITY mdadm-md5sum        "dabd5ce70f3fff340cad7c18e4a062ab">
     10  <!ENTITY mdadm-size          "404 KB">
     11  <!ENTITY mdadm-buildsize     "8.6 MB (with tests)">
     12  <!ENTITY mdadm-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    3333    tools for software RAID.</para>
    3434
    35     &lfs77_checked; &gcc5_built;
     35    &lfs77_checked; &gcc5_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8888    <title>Installation of mdadm</title>
    8989
    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 
    9890    <para>Install <application>mdadm</application> by running the following
    9991    commands:</para>
     
    10496    RAID and that a version of mdadm is not already running, and issue:
    10597    <command>make test</command> and then, as the
    106     <systemitem class="username">root</systemitem> user: ./test</para>
     98    <systemitem class="username">root</systemitem> user: ./test. Some tests may
     99    fail, depending on the enabled kernel options.</para>
    107100
    108101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.