Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/util-linux.xml

    r78349b7 r6e41459  
    2828<title>Installation of Util-linux</title>
    2929
    30 <para>Util-linux has issues with the Linux 2.6 kernel series - fix these issues
    31 by applying the following patch:</para>
     30<para>Util-linux has issues with the Linux 2.6 kernel series. These
     31issues can be fixed by applying the following patch:</para>
    3232
    3333<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel_headers-1.patch</userinput></screen>
    3434
    35 <para>Util-linux doesn't use the freshly installed headers and libraries
    36 from the <filename class="directory">/tools</filename> directory.  This is fixed by altering the configure
    37 script:</para>
     35<para>Util-linux does not use the freshly installed headers and
     36libraries from the <filename class="directory">/tools</filename>
     37directory. This is fixed by altering the configure script:</para>
    3838
    3939<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen>
     
    4747<screen><userinput>make -C lib</userinput></screen>
    4848
    49 <para>Since you'll only need a couple of the utilities contained in
    50 this package, build just those:</para>
     49<para>Since only a couple of the utilities contained in this package
     50are needed, build only those:</para>
    5151
    5252<screen><userinput>make -C mount mount umount
     
    6363</sect2>
    6464</sect1>
     65
Note: See TracChangeset for help on using the changeset viewer.