Changeset 8584
- Timestamp:
- 10/05/08 18:44:26 (2 months ago)
- Files:
-
- trunk/BOOK/chapter05/coreutils.xml (modified) (1 diff)
- trunk/BOOK/chapter06/coreutils.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter05/coreutils.xml
r8581 r8584 44 44 <title>Installation of Coreutils</title> 45 45 46 <para>Coreutils sometimes fails to buld when using an old kernel so apply 47 a patch:</para> 46 <para>There's an internal issue with Coreutils which makes some of the 47 programs behave abnormally if you build using an older kernel. Apply a 48 patch to fix the issue:</para> 48 49 49 50 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> trunk/BOOK/chapter06/coreutils.xml
r8581 r8584 49 49 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 50 50 51 <para>Coreutils sometimes fails to buld when using an old kernel so apply 52 a patch:</para> 51 <para>There's an internal issue with Coreutils which makes some of the 52 programs behave abnormally if you build using an older kernel. Apply a 53 patch to fix the issue:</para> 53 54 54 55 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen>
