diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-10-22 01:48:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-10-22 01:48:03 +0000 |
commit | 2f25d9e7e5200a1adbbb1b3a92a7c243e36ae473 (patch) | |
tree | e5a65000d127a48d7a11d1ed68d11e68cf271c4e /chapter06 | |
parent | ba8848f4d0ac1d27d4a42a4441a34767943a56df (diff) |
Update to util-linux-2.24
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10368 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/util-linux.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index f258a42c9..cd6fd6cfb 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -94,6 +94,10 @@ mkdir -pv /var/lib/hwclock</userinput></screen> <screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen> </warning> + <note><para>Two tests, last/ipv6 and last/last, fail in the chroot environment + due to the DNS resolver not being active yet. If the tests are rerun after + booting, they pass.</para></note> + <screen><userinput remap="test">chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make check"</userinput></screen> |