Changeset c60aa2a


Ignore:
Timestamp:
10/19/2008 08:53:01 PM (16 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
a173f89
Parents:
8f54b5a
Message:

Merged r8675, r8676, r8677, r8678 to jh branch

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8f54b5a rc60aa2a  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Removed an unnecessary command from the Chapter 5
     45          Perl instructions.</para>
     46        </listitem>
     47        <listitem>
     48          <para>[bdubbs] - Updated the discussion in Chapter 1 explaining that the
     49          LiveCD is out of date.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Added a paragraph to the note in the packages page
     53          explaining that bandwidth can be saved when making multiple updates within a
     54          minor kernel release by downloading a base version and patches.</para>
     55        </listitem>
     56        <listitem>
    4457          <para>[jhuntwork] - Move GCC's bootstrap back to pass 1 to correspond more closely
    4558          with trunk. Cross compilation methods in the future can address the issues originally
     
    5568          <para>[jhuntwork] - Fixed build locations of m4 so that it links against the
    5669          glibc built in /tools and so that no packages in chapter 6 hard-code references
    57           to the temporarly location. Also made m4 a host prerequisite.</para>
     70          to the temporary location. Also made m4 a host requirement.</para>
    5871        </listitem>
    5972      </itemizedlist>
  • chapter01/how.xml

    r8f54b5a rc60aa2a  
    1919  tools.</para>
    2020
    21   <para>As an alternative to installing a separate distribution
    22   onto your machine, you may wish to use the Linux From Scratch LiveCD.
    23   The CD works well as a host system, providing all the tools you need
    24   to successfully follow the instructions in this book. Additionally,
    25   it contains all the source packages, patches and a copy of this book.
    26   So once you have the CD, no network connection or additional downloads
    27   are necessary. For more information about the LFS LiveCD or to download
    28   a copy, visit <ulink url="&livecd-root;"/>.</para>
     21        <para>As an alternative to installing a separate distribution onto your
     22        machine, you may wish to use the Linux From Scratch LiveCD or a LiveCD from a
     23        commercial distribution.  The LFS LiveCD works well as a host system,
     24        providing all the tools you need to successfully follow the instructions in
     25        this book. Unfortunately, development of the LiveCD has not progressed
     26        recently and it only contains older versions of the source packages and
     27        patches (for those ISOs not labels -nosrc or -min), and this book.  For more
     28        information about the LFS LiveCD or to download a copy, visit <ulink
     29        url="&livecd-root;"/>.</para>
    2930
    3031  <note>
    3132    <para>The LFS LiveCD might not work on newer hardware configurations,
    32     failing to boot or failing to detect some devices, like SATA hard
     33    failing to boot or failing to detect some devices, some like SATA hard
    3334    drives.</para>
    34 
    35     <para>The LFS LiveCD team is working to fix these issues, but they need your
    36     help testing it, reporting found problems, and collaborating on the LiveCD
    37     development.</para>
    38 
    39     <para>Please, send your LFS LiveCD reports or development help collaborations
    40     to the <ulink url="mailto:livecd@linuxfromscratch.org">LFS LiveCD
    41     mailing list</ulink>.</para>
    4235  </note>
    4336
  • chapter03/packages.xml

    r8f54b5a rc60aa2a  
    333333          &linux-major-version;.&linux-minor-version;.x kernel version should be
    334334          used, unless the errata page says otherwise.</para>
     335
     336          <para>For users with limited speed or expensive bandwidth who wish to
     337          update the Linux kernel, a baseline version of the package and
     338          patches can be downloaded separately.  This may save some time or
     339          cost for a subsequent patch level upgrade within a minor release.
     340          </para>
     341
    335342        </note>
    336343      </listitem>
  • chapter05/perl.xml

    r8f54b5a rc60aa2a  
    4949<screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    5050
    51     <para>Fix an incompatibility with gcc-&gcc-version;:</para>
     51    <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para>
    5252
    5353<screen><userinput remap="pre">mv -v makedepend.SH{,.orig}
    54 sed 's/command /command[ -]/' makedepend.SH.orig &gt; makedepend.SH</userinput></screen>
     54sed 's/command /command[ -]/' makedepend.SH.orig &gt; makedepend.SH</userinput></screen> -->
    5555
    5656    <para>Prepare Perl for compilation (make sure to get the
Note: See TracChangeset for help on using the changeset viewer.