diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 03:54:28 +0000 |
commit | 6a06eaf8448fb37ba08de818e99aee6a6522a8d5 (patch) | |
tree | 1e9bbdf4ae055220cc0d4c35136f05d27e694a9d /chapter08/coreutils.xml | |
parent | b2b6c6fda7aacd8ec831cab548a311d30b6d1eac (diff) |
Update to man-pages-5.08.
Update to libpipeline-1.5.3.
Update to iproute2-5.8.0.
Update to linux-5.8.1.
Fix typo in settingenviron.xml.
Use entity in perl configuration instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/coreutils.xml')
-rw-r--r-- | chapter08/coreutils.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index fcf10b1dc..51cdbecaa 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -127,6 +127,8 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> + <para>The test-getlogin test is known to fail in the LFS chroot envronment.</para> + <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> |