diff options
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> |