diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-06 00:44:26 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-06 00:44:26 +0000 |
commit | f3c13ba37e5976e46578efd66c90371d22bbdc48 (patch) | |
tree | 10c2c74e172e793021aa045c8e8c8a3e0053e8c7 /chapter05 | |
parent | e4ab23261c1cb776928b0204026dbc93b17e4ae2 (diff) |
Corrected some erroneous text in the Coreutils instructions, thanks to Greg Shafer for pointing it out
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/coreutils.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 944aa730a..d36c0145f 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -43,8 +43,9 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> - <para>Coreutils sometimes fails to buld when using an old kernel so apply - a patch:</para> + <para>There's an internal issue with Coreutils which makes some of the + programs behave abnormally if you build using an older kernel. Apply a + patch to fix the issue:</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> |