diff options
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index e901a2949..9098bdfb4 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -43,12 +43,6 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> - <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> - <para>Prepare Coreutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools --enable-install-program=hostname</userinput></screen> |