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
This commit is contained in:
Bruce Dubbs 2016-05-16 22:12:01 +00:00
parent 50079617a9
commit 72fb9bf997
5 changed files with 26 additions and 16 deletions

View File

@ -38,6 +38,10 @@
<listitem> <listitem>
<para>2016-05-16</para> <para>2016-05-16</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[bdubbs] - Moved Host System Requirements to Chapter 2
and made minor editorial changes.</para>
</listitem>
<listitem> <listitem>
<para>[bdubbs] - Updated to tar-1.29. Fixes <para>[bdubbs] - Updated to tar-1.29. Fixes
<ulink url="&lfs-ticket-root;3932">#3932</ulink>.</para> <ulink url="&lfs-ticket-root;3932">#3932</ulink>.</para>

View File

@ -9,9 +9,10 @@
<?dbhtml dir="chapter02"?> <?dbhtml dir="chapter02"?>
<?dbhtml filename="chapter02.html"?> <?dbhtml filename="chapter02.html"?>
<title>Preparing a New Partition</title> <title>Preparing the Host System</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostreqs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingpartition.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingpartition.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingfilesystem.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingfilesystem.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlfs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlfs.xml"/>

View File

@ -18,8 +18,8 @@
<quote>&lt;package-name&gt;-dev</quote>. Be sure to install those if <quote>&lt;package-name&gt;-dev</quote>. Be sure to install those if
your distribution provides them.</para> your distribution provides them.</para>
<para>Earlier versions of the listed software packages may work, but has not <para>Earlier versions of the listed software packages may work, but have
been tested.</para> not been tested.</para>
<itemizedlist spacing="compact"> <itemizedlist spacing="compact">
@ -143,16 +143,21 @@
</itemizedlist> </itemizedlist>
<important>
<para>Note that the symlinks mentioned above are required to build an LFS <para>Note that the symlinks mentioned above are required to build an LFS
system using the instructions contained within this book. Symlinks that system using the instructions contained within this book. Symlinks that
point to other software (such as dash, mawk, etc.) may work, but are not point to other software (such as dash, mawk, etc.) may work, but are not
tested or supported by the LFS development team, and may require either tested or supported by the LFS development team, and may require either
deviation from the instructions or additional patches to some deviation from the instructions or additional patches to some
packages.</para> packages.</para>
</important>
<!-- Use an empty sect2 element to prevent a pdf warning. --> <!-- Use an empty sect2 element to prevent a pdf warning. -->
<sect2 id="version-check" xreflabel="Section vii, Host System Requirements"> <bridgehead renderas="sect2"
<title> </title> id="version-check"
xreflabel="Host System Requirements">
</bridgehead>
<!--<title> </title>-->
<para >To see whether your host system has all the appropriate versions, and <para >To see whether your host system has all the appropriate versions, and
the ability to compile programs, run the following:</para> the ability to compile programs, run the following:</para>
@ -234,5 +239,5 @@ bash library-check.sh</userinput></screen>
or all absent, but not only one or two present.</para> or all absent, but not only one or two present.</para>
</sect2> <!--</sect2>-->
</sect1> </sect1>

View File

@ -10,8 +10,9 @@
<title>Introduction</title> <title>Introduction</title>
<para>In this chapter, the partition which will host the LFS system is <para>In this chapter, the host tools needed for building LFS
prepared. We will create the partition itself, create a file system are checked and, if necessary, installed. Then a partition which will
on it, and mount it.</para> host the LFS system is prepared. We will create the partition
itself, create a file system on it, and mount it.</para>
</sect1> </sect1>

View File

@ -17,7 +17,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="standards.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="standards.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prerequisites.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prerequisites.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostreqs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="typography.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="typography.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="organization.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="organization.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="errata.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="errata.xml"/>