Changeset 72fb9bf


Ignore:
Timestamp:
05/16/2016 10:12:01 PM (8 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, 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:
230381d
Parents:
5007961
Message:

Moved Host System Requirements to Chapter 2
and made minor editorial changes.

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5007961 r72fb9bf  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Moved Host System Requirements to Chapter 2
     43          and made minor editorial changes.</para>
     44        </listitem>
     45        <listitem>
    4246          <para>[bdubbs] - Updated to tar-1.29. Fixes
    4347          <ulink url="&lfs-ticket-root;3932">#3932</ulink>.</para>
  • chapter02/chapter02.xml

    r5007961 r72fb9bf  
    1010  <?dbhtml filename="chapter02.html"?>
    1111
    12   <title>Preparing a New Partition</title>
     12  <title>Preparing the Host System</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostreqs.xml"/>
    1516  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingpartition.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingfilesystem.xml"/>
  • chapter02/hostreqs.xml

    r5007961 r72fb9bf  
    1919    your distribution provides them.</para>
    2020
    21    <para>Earlier versions of the listed software packages may work, but has not
    22    been tested.</para>
     21   <para>Earlier versions of the listed software packages may work, but have
     22   not been tested.</para>
    2323
    2424  <itemizedlist spacing="compact">
     
    144144  </itemizedlist>
    145145
    146   <para>Note that the symlinks mentioned above are required to build an LFS
    147   system using the instructions contained within this book. Symlinks that
    148   point to other software (such as dash, mawk, etc.) may work, but are not
    149   tested or supported by the LFS development team, and may require either
    150   deviation from the instructions or additional patches to some
    151   packages.</para>
     146  <important>
     147    <para>Note that the symlinks mentioned above are required to build an LFS
     148    system using the instructions contained within this book. Symlinks that
     149    point to other software (such as dash, mawk, etc.) may work, but are not
     150    tested or supported by the LFS development team, and may require either
     151    deviation from the instructions or additional patches to some
     152    packages.</para>
     153  </important>
    152154
    153155  <!-- Use an empty sect2 element to prevent a pdf warning.  -->
    154   <sect2 id="version-check" xreflabel="Section vii, Host System Requirements">
    155   <title> </title>
     156  <bridgehead renderas="sect2"
     157              id="version-check"
     158              xreflabel="Host System Requirements">
     159  </bridgehead>
     160  <!--<title> </title>-->
    156161
    157162  <para >To see whether your host system has all the appropriate versions, and
     
    235240
    236241
    237 </sect2>
     242<!--</sect2>-->
    238243</sect1>
  • chapter02/introduction.xml

    r5007961 r72fb9bf  
    1111  <title>Introduction</title>
    1212
    13   <para>In this chapter, the partition which will host the LFS system is
    14   prepared. We will create the partition itself, create a file system
    15   on it, and mount it.</para>
     13  <para>In this chapter, the host tools needed for building LFS
     14  are checked and, if necessary, installed.  Then a partition which will
     15  host the LFS system is prepared. We will create the partition
     16  itself, create a file system on it, and mount it.</para>
    1617
    1718</sect1>
  • prologue/preface.xml

    r5007961 r72fb9bf  
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prerequisites.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostreqs.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="typography.xml"/>
    2221  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="organization.xml"/>
Note: See TracChangeset for help on using the changeset viewer.