aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2014-07-14 10:11:09 +0000
committerChris Staub <chris@linuxfromscratch.org>2014-07-14 10:11:09 +0000
commitd4501513864286ce0769e6d3264e378c9714208f (patch)
tree3000d919472345123b9849935946a0e55e890e09 /chapter06/iproute2.xml
parent2ce158f808e9fa19220862daf4fe7848b34e9f89 (diff)
Improve wording in iproute2 page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 8940165b4..d86037f33 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -65,9 +65,9 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<para>This package comes with a test suite, but due to assumptions it makes,
it is not possible to reliably run these tests from within the chroot
environment. If you wish to run these tests after booting into your new LFS
- system, ensure you select <filename>/proc/config.gz</filename>
- CONFIG_IKCONFIG_PROC (&quot;General setup&quot; -> &quot;Enable access to
- .config through /proc/config.gz&quot;) support into your kernel then run
+ system, ensure you enable <filename>/proc/config.gz</filename> support
+ in your kernel (&quot;General setup&quot; -> &quot;Enable access to
+ .config through /proc/config.gz&quot; [CONFIG_IKCONFIG_PROC]), then run
'make alltests' from the <filename class="directory">testsuite/</filename>
subdirectory.</para>