Changeset 7935

Show
Ignore:
Timestamp:
02/23/07 21:56:32 (2 years ago)
Author:
dnicholson
Message:

Patch from Chris Staub with various fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7934 r7935  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[dnicholson] - Applied a patch from Chris Staub to fix some 
     44          commands and text on the kernel file systems, E2fsprogs and 
     45          Autoconf pages.</para> 
     46        </listitem> 
     47        <listitem> 
    4348          <para>[dnicholson] - Dropped the -D switch from the Udev 
    4449          documentation install command since it is already created by 
  • trunk/BOOK/chapter06/autoconf.xml

    r7856 r7935  
    4646    <para>To test the results, issue: 
    4747    <userinput>make check</userinput>. 
    48     This takes a long time, about 3 SBUs.  In addition, 2 test are skipped 
     48    This takes a long time, about 3 SBUs.  In addition, 6 tests are skipped 
    4949    that use Automake.  For full test coverage, Autoconf can be re-tested 
    5050    after Automake has been installed.</para> 
  • trunk/BOOK/chapter06/e2fsprogs.xml

    r7875 r7935  
    4343    <screen><userinput>sed -i -e 's@/bin/rm@/tools&amp;@' lib/blkid/test_probe.in</userinput></screen> 
    4444 
    45     <para>It is recommended that E2fsprogs be built in a subdirectory of 
    46     the source tree: </para> 
     45    <para>The E2fsprogs documentation recommends that the package be built in 
     46    a subdirectory of the source tree: </para> 
    4747 
    4848<screen><userinput>mkdir -v build 
     
    107107    swap space.</para> 
    108108 
    109     <para>Install the binaries and documentation:</para> 
     109    <para>Install the binaries, documentation, and shared libraries:</para> 
    110110 
    111111<screen><userinput>make install</userinput></screen> 
    112112 
    113     <para>Install the shared libraries:</para> 
     113    <para>Install the static libraries and headers:</para> 
    114114 
    115115<screen><userinput>make install-libs</userinput></screen> 
  • trunk/BOOK/chapter06/kernfs.xml

    r7758 r7935  
    6060      the following command to achieve this:</para> 
    6161 
    62 <screen><userinput>mount --bind /dev $LFS/dev</userinput></screen> 
     62<screen><userinput>mount -v --bind /dev $LFS/dev</userinput></screen> 
    6363 
    6464  </sect2> 
  • trunk/BOOK/general.ent

    r7927 r7935  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20070220"> 
    3 <!ENTITY releasedate "February 20, 2007"> 
     2<!ENTITY version "SVN-20070223"> 
     3<!ENTITY releasedate "February 23, 2007"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->