Changeset 10bd240


Ignore:
Timestamp:
10/19/2008 07:20:58 PM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b95d9ec
Parents:
9047098
Message:

Updated the discussion in Chapter 1 explaining that the LiveCD is out of date.

Added a paragraph to the note in the packages page explaining that bandwidth
can be saved when making multiple updates within a minor kernel release by
downloading a base version and patches.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9047098 r10bd240  
    3939
    4040    <listitem>
     41      <para>2008-10-19</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] - Updated the discussion in Chapter 1 explaining that the
     45          LiveCD is out of date.</para>
     46        </listitem>
     47        <listitem>
     48          <para>[bdubbs] - Added a paragraph to the note in the packages page
     49          explaining that bandwidth can be saved when making multiple updates within a
     50          minor kernel release by downloading a base version and patches.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4156      <para>2008-10-18</para>
    4257      <itemizedlist>
     
    4863      </itemizedlist>
    4964    </listitem>
    50 
    5165
    5266    <listitem>
  • chapter01/how.xml

    r9047098 r10bd240  
    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

    r9047098 r10bd240  
    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>
Note: See TracChangeset for help on using the changeset viewer.