aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/util-linux.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-27 14:11:38 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-07-27 14:11:38 -0500
commit11d5dee3a401f8611836dcd1c3e4bc572765b683 (patch)
tree93a85a6dc9c10a5242fe3eaed8f8a9633f1ed618 /chapter08/util-linux.xml
parentd1592b9d92d8e47dbcd0c7db014d119c3793a7dd (diff)
Minor instruction changes and text updates.
Move coreutils library from /usr/libexec to /usr/lib in both Chapter 6 and Chapter 8. Text updates in chapter08/pkgmgt.xml and chapter09/locale.xml. Restore deletion of hanging test in chapter08/util-linux.xml. Text changes in stripping and make instruction compatible with jhalfs.
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r--chapter08/util-linux.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml
index d7613a74c..bcc3c98bd 100644
--- a/chapter08/util-linux.xml
+++ b/chapter08/util-linux.xml
@@ -94,14 +94,15 @@
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
-<!--
- <note><para>There is one test that depends on the configuration of the kernel.
- If CONFIG_USER_NS or CONFIG_PID_NS are not set, the tests will hang forever.
- To work around the problem, delete one test:</para>
+
+ <note><para>There is one test that fails in the chroot envronment and
+ causes the tests to hang forever. The problem does not occur outside
+ of the chroot envronment.
+ To work around the problem, delete the test:</para>
<screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen>
</note>
--->
+
<screen><userinput remap="test">chown -Rv tester .
su tester -c "make -k check"</userinput></screen>