diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-14 21:27:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-14 21:27:29 +0000 |
commit | 0b52f7babff85d0e3b7b8f91068eaf39b3f64c20 (patch) | |
tree | 064e54635419c4be6b619a96c2fb619b3df38822 /chapter08/e2fsprogs.xml | |
parent | 0ceb295279190683d4121fbc4a7eb42597209d71 (diff) |
Update to util-linux-2.36.2.
Update to tar-1.34.
Update to psmisc-23.4.
Update to procps-ng-3.3.17.
Update to man-db-2.9.4.
Update to eudev-3.2.10.
Update to elfutils-0.183.
Update to e2fsprogs-1.46.1.
Update to bc-3.2.7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/e2fsprogs.xml')
-rw-r--r-- | chapter08/e2fsprogs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index fc6f897f5..a528f761a 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -108,6 +108,8 @@ cd build</userinput></screen> <para>To run the tests, issue:</para> <screen><userinput remap="test">make check</userinput></screen> + +<para>One test, m_rootdir_acl, is knowm to fail.</para> <!-- 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 @@ -118,6 +120,7 @@ cd build</userinput></screen> --> <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> |