diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-08-08 08:26:13 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-08-08 08:26:13 +0000 |
commit | 46d06d97b494bf714ce6cc6a8fede2d63490982c (patch) | |
tree | 4d39a85fb17c564a007daedff8381ae29855174e | |
parent | b76f72be6f1ddf7851bd72e214d216596ec934e2 (diff) |
Text update
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10684 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 1d8fb7cc0..14e452ca3 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -135,8 +135,8 @@ EOF</userinput></screen> <screen><userinput remap="make">make LIBRARY_PATH=/tools/lib</userinput></screen> - <para>First, prevent a few test cases from runnin because they fail in - a chroot environment:</para> + <para>If you are going to run the test suite, first prevent a few test + cases from running because they fail in a chroot environment:</para> <screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \ -e "s:test-bus-cleanup\$(EXEEXT) ::g" \ |