Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r8558044 r3f2db3a6  
    77  <!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
    88  <!ENTITY parted-download-ftp  "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
    9   <!ENTITY parted-md5sum        "357d19387c6e7bc4a8a90fe2d015fe80">
    10   <!ENTITY parted-size          "1.7 MB">
    11   <!ENTITY parted-buildsize     "34 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
    12   <!ENTITY parted-time          "0.3 SBU (additional 2.5 SBU for the tests)">
     9  <!ENTITY parted-md5sum        "336fde60786d5855b3876ee49ef1e6b2">
     10  <!ENTITY parted-size          "1.8 MB">
     11  <!ENTITY parted-buildsize     "33 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
     12  <!ENTITY parted-time          "0.3 SBU (additional 3.6 SBU for the tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="parted.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>parted-&parted-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    10198  </sect2>
    10299
     100  <sect2 role="kernel" id="parted-kernel">
     101    <title>Optional Kernel Configuration for Tests</title>
     102
     103    <para>
     104      About 20 % more tests are run if the following kernel module is built:
     105    </para>
     106
     107<screen><literal>Device Drivers ---&gt;
     108  SCSI device support ---&gt;
     109    [*]  SCSI low-level drivers ---&gt;                 [CONFIG_SCSI_LOW_LEVEL]
     110      &lt;M&gt; SCSI debugging host and device simulator   [CONFIG_SCSI_DEBUG]</literal></screen>
     111
     112    <indexterm zone="parted parted-kernel">
     113      <primary sortas="d-parted">parted</primary>
     114    </indexterm>
     115  </sect2>
     116
    103117  <sect2 role="installation">
    104118    <title>Installation of parted</title>
     
    124138    <para>
    125139      If you have <xref linkend="texlive"/> installed and wish to create
    126       PDF and Postcript documentation issue the following commands:
     140      PDF and Postscript documentation issue the following commands:
    127141    </para>
    128142
     
    131145dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    132146
    133 <!-- Not needed with 3.4!
    134     <para>
    135       If you wish to run the test suite, first remove a couple of tests
    136       that are known to fail in a BLFS environment.  And, adjust two Python
    137       scripts to use Python 3, in case Python 2 is not installed:
    138     </para>
    139  <!- - One of these is due to a C locale, and another is a problem in LVM. - ->
    140 <screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile &amp;&amp;
    141 sed -i '/t6002-dm-busy.sh/d' tests/Makefile &amp;&amp;
    142 sed -i '1s/python/&amp;3/' tests/{gpt-header-move,msdos-overlap}</userinput></screen>
    143 -->
    144147    <para>
    145148      To test the results, issue, as the <systemitem
     
    150153        remap="test"><userinput>make check</userinput></screen>
    151154
     155<!-- For devs: several tests are skipped with the message
     156     "FS test with sector size != 512". This is expected since the same tests
     157     are run with simulated sector of 1024, 2048, and 4096 bytes; only the
     158     last group of tests is done with simulated sector size of 512, so that
     159     less tests are skipped.-->
    152160    <note>
    153161      <para>
Note: See TracChangeset for help on using the changeset viewer.