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/lvm2.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "de826e0736070aed70148ea5ec0ecff9">
    10   <!ENTITY lvm2-size          "1.5 MB">
    11   <!ENTITY lvm2-buildsize     "27 MB (additional 8 MB to run the test suite)">
    12   <!ENTITY lvm2-time          "0.4 SBU (additional 5.4 SBU to run the test suite)">
     9  <!ENTITY lvm2-md5sum        "a88bf7d68955635d009a5aec1ffecc48">
     10  <!ENTITY lvm2-size          "1.6 MB">
     11  <!ENTITY lvm2-buildsize     "30 MB (additional 10 MB to run the test suite)">
     12  <!ENTITY lvm2-time          "0.4 SBU (additional 8.2 SBU to run the test suite)">
    1313]>
    1414
     
    3737    </para>
    3838
    39     &lfs76_checked;
     39    &lfs77_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090
    9191    <para>
    92       Enable the following option in the kernel configuration
     92      Enable the following options in the kernel configuration
    9393      and recompile the kernel:
    9494    </para>
     
    101101
    102102<screen><literal>Device Drivers ---&gt;
    103   Multiple devices driver support (RAID and LVM): Y
    104     Device mapper support: Y or M
    105     Crypt target support: (optional)
    106     Snapshot target: (optional)
    107     Mirror target: (optional) </literal></screen>
     103  [*] Multiple devices driver support (RAID and LVM) ---&gt; [CONFIG_MD]
     104    &lt;*/M&gt;   Device mapper support                         [CONFIG_BLK_DEV_DM]
     105    &lt;*/M/ &gt;   Crypt target support                        [CONFIG_DM_CRYPT]
     106    &lt;*/M/ &gt;   Snapshot target                             [CONFIG_DM_SNAPSHOT]
     107    &lt;*/M/ &gt;   Mirror target                               [CONFIG_DM_MIRROR]</literal></screen>
    108108
    109109    <indexterm zone="lvm2 lvm2-kernel">
     
    131131
    132132    <para>
    133       The check command must be run as the <systemitem
     133      <!--The check command must be run as the <systemitem
    134134      class="username">root</systemitem> user.  Also the tests are known to
    135135      hang if at least one partition on a hard drive is not set up as a Linux
    136       LVM partition (type 8e00). To test the results, issue: <command>make
     136      LVM partition (type 8e00).-->To test the results, issue: <command>make -k
    137137      check</command> as the <systemitem class="username">root</systemitem>
    138       user.
     138      user. At least one partition on a hard drive must be set up as a Linux
     139      LVM partition (type 8e00). The test timings are very dependent on the
     140      speed of the disk(s) and on the number of enabled kernel options.
    139141    </para>
    140142
     
    190192        <seg>
    191193          blkdeactivate, dmeventd (optional), dmsetup, fsadm, lvm, lvmconf,
    192           lvmdump, vgimportclone. There are also numerous symbolic links to
    193           lvm that implement specific functionality
     194          lvmdump, and vgimportclone. There are also numerous symbolic links to
     195          lvm that implement specific functionalities
    194196        </seg>
    195197        <seg>
Note: See TracChangeset for help on using the changeset viewer.