diff options
-rw-r--r-- | chapter05/coreutils.xml | 5 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 5 |
2 files changed, 6 insertions, 4 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> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index b82d23293..63ed41a51 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -48,8 +48,9 @@ <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> - <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> |