aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/e2fsprogs.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:37:05 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:37:05 +0000
commitad15abd0c0eee1ed646e1de45a525c61d3508358 (patch)
treebd3a1db7b959be9e658409019ee6f1ea941ac665 /chapter08/e2fsprogs.xml
parent94ec149429f0533cb4ff22af158a09f0517cd0ad (diff)
- Fix SBUs in libpipeline
- Update the disk usage gain in "Stripping Again" - mention SSD gain in e2fsprogs tests git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/e2fsprogs.xml')
-rw-r--r--chapter08/e2fsprogs.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml
index 308c97709..65d8604cd 100644
--- a/chapter08/e2fsprogs.xml
+++ b/chapter08/e2fsprogs.xml
@@ -108,14 +108,16 @@ cd build</userinput></screen>
<para>To run the tests, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
-
+<!-- This is a ridiculous amount now! And is it still true?
<para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory.
If you do not have significantly more RAM than this, be sure to enable
sufficient swap space for the test. See <xref
linkend="ch-partitioning-creatingfilesystem"/> and <xref
linkend="ch-partitioning-mounting"/>
for details on creating and enabling swap space.</para>
-
+-->
+ <para>On a spinning disk, the tests take a little more than 4 SBUs. They
+ can be much shorter on an SSD (down to about 1.5 SBUs).</para>
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>