Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r4a83293 rac38e9dc  
    3333    tools for software RAID.</para>
    3434
    35     &lfs76_checked;
     35    &lfs77_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6767    <para>Enable the following options in the kernel configuration
    6868    and recompile the kernel, if necessary.  Only the RAID types desired
    69     are required.  </para>
     69    are required.</para>
    7070
    71 <screen><literal>File Systems:
    72   Device Drivers:
    73     Multiple devices driver support (RAID and LVM): Y
    74       RAID support: Y or M
    75         Autodetect RAID arrays during kernel boot: Y
    76         Linear (append) mode: Y or M
    77         RAID-0 (striping) mode : Y or M
    78         RAID-1 (mirroring) mode : Y or M
    79         RAID-10 (mirrored striping) mode: Y or M
    80         RAID-4/RAID-5/RAID-6 mode : Y or M</literal></screen>
     71<screen><literal>Device Drivers ---&gt;
     72  [*] Multiple devices driver support (RAID and LVM) ---&gt; [CONFIG_MD]
     73    &lt;*&gt; RAID support                                      [CONFIG_BLK_DEV_MD]
     74    [*]   Autodetect RAID arrays during kernel boot       [CONFIG_MD_AUTODETECT]
     75    &lt;*/M&gt;  Linear (append) mode                           [CONFIG_MD_LINEAR]
     76    &lt;*/M&gt;  RAID-0 (striping) mode                         [CONFIG_MD_RAID0]
     77    &lt;*/M&gt;  RAID-1 (mirroring) mode                        [CONFIG_MD_RAID1]
     78    &lt;*/M&gt;  RAID-10 (mirrored striping) mode               [CONFIG_MD_RAID10]
     79    &lt;*/M&gt;  RAID-4/RAID-5/RAID-6 mode                      [CONFIG_MD_RAID456]</literal></screen>
    8180
    8281    <indexterm zone="mdadm mdadm-kernel">
     
    9089
    9190    <para>
    92       First, fix a problem inroduced by <application>&gcc-490;</application>:
     91      First, fix problems introduced by <application>&gcc-490;</application>
     92      and <application>gcc-5</application>:
    9393    </para>
    9494
    95 <screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile</userinput></screen>
     95<screen><userinput>sed -i 's/Wall -Werror/Wall/' Makefile &amp;&amp;
     96sed -i 's/\(^inline\)/static \1/' bitmap.c</userinput></screen>
    9697
    9798    <para>Install <application>mdadm</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.