diff options
Diffstat (limited to 'chapter05/coreutils.xml')
-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> |