Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/btrfs-progs.xml

    r6f75ffc r799833c  
    77  <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
    88  <!ENTITY btrfs-progs-download-ftp  " ">
    9   <!ENTITY btrfs-progs-md5sum        "9d15ae3f7764e07702d7f5e048c6a226">
     9  <!ENTITY btrfs-progs-md5sum        "bacea353479aba7739534ac90430c626">
    1010  <!ENTITY btrfs-progs-size          "2.2 MB">
    11   <!ENTITY btrfs-progs-buildsize     "73 MB (up to 2.7 GB are used during tests)">
    12   <!ENTITY btrfs-progs-time          "0.1 SBU (add 17 SBU for tests, but will be longer on slow disks)">
     11  <!ENTITY btrfs-progs-buildsize     "53 MB (add 8.2 GB for tests)">
     12  <!ENTITY btrfs-progs-time          "0.2 SBU (add 5.0 SBU for tests, but will be longer on slow disks)">
    1313]>
    1414
     
    1616  <?dbhtml filename="btrfs-progs.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>btrfs-progs-&btrfs-progs-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6966      </listitem>
    7067    </itemizedlist>
    71 
     68<!--
     69<bridgehead renderas="sect3">Additional Downloads</bridgehead>
     70    <itemizedlist spacing="compact">
     71      <listitem>
     72        <para>
     73          Required patch if building with linux kernel headers version
     74          before 5.12:
     75          <ulink url="&patch-root;/btrfs-progs-&btrfs-progs-version;-headers_fix-1.patch"/>
     76        </para>
     77      </listitem>
     78    </itemizedlist>
     79-->
    7280    <bridgehead renderas="sect3">Btrfs-progs Dependencies</bridgehead>
    7381
     
    8593    <bridgehead renderas="sect4">Optional</bridgehead>
    8694    <para role="optional">
    87       <xref linkend="lvm2"/> (<command>dmsetup</command> is used in tests) and
    88       <xref linkend="reiserfs"/> (for tests)
     95      <xref linkend="lvm2"/> (<command>dmsetup</command> is used in tests),
     96      <xref linkend="reiserfs"/> (for tests), and
     97      <ulink url="https://www.sphinx-doc.org/">Sphinx</ulink> (required to build documentation),
     98
    8999    </para>
    90100
     
    130140    </para>
    131141
    132 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     142<screen><userinput>./configure --prefix=/usr --disable-documentation &amp;&amp;
    133143make</userinput></screen>
    134144
     
    137147        Some tests require grep built with perl regular expressions. To
    138148        obtain this, rebuild grep with the LFS Chapter 8 instructions after
    139         installing <xref linkend="pcre"/>.
     149        installing <xref linkend="pcre2"/>.
    140150      </para>
    141151    </note>
     
    149159
    150160    <para>
    151       To test the results, issue (as the <systemitem
    152       class="username">root</systemitem> user):
     161      To test the results, issue (as the &root; user):
    153162    </para>
    154163
     
    180189      <para>
    181190        If the above mentioned kernel options are not enabled, some tests
    182         fail, and prevent all the remaining tests to run, because the test
     191        fail, and prevent all the remaining tests to run because the test
    183192        disk image is not cleanly unmounted.
    184193      </para>
    185194    </note>
    186 <!--
    187     <para>
    188       Two tests fail for unknown reasons in the
    189       <command>test-libbtrfsutil</command> section. Tests take a very long
    190       time, and it may be interesting to run only part of them. Running tests
    191       only in one directory can be done with
    192       <command>make TEST=&lt;DIR&gt; test</command>.
    193     </para>
    194 -->
    195     <para>
    196       Install the package as the <systemitem
    197       class="username">root</systemitem> user:
     195
     196    <para>
     197      The mkfs test 025-zoned-parallel is known to fail.
     198    </para>
     199
     200    <para>
     201      Install the package as the &root; user:
    198202    </para>
    199203
Note: See TracChangeset for help on using the changeset viewer.