diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/coreutils.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index e763866ba..944aa730a 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -43,6 +43,11 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> + <para>Coreutils sometimes fails to buld when using an old kernel so apply + a patch:</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> |