mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
50079617a9
commit
72fb9bf997
@ -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>
|
||||||
|
@ -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"/>
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
<quote><package-name>-dev</quote>. Be sure to install those if
|
<quote><package-name>-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>
|
||||||
|
|
||||||
<para>Note that the symlinks mentioned above are required to build an LFS
|
<important>
|
||||||
system using the instructions contained within this book. Symlinks that
|
<para>Note that the symlinks mentioned above are required to build an LFS
|
||||||
point to other software (such as dash, mawk, etc.) may work, but are not
|
system using the instructions contained within this book. Symlinks that
|
||||||
tested or supported by the LFS development team, and may require either
|
point to other software (such as dash, mawk, etc.) may work, but are not
|
||||||
deviation from the instructions or additional patches to some
|
tested or supported by the LFS development team, and may require either
|
||||||
packages.</para>
|
deviation from the instructions or additional patches to some
|
||||||
|
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>
|
@ -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>
|
||||||
|
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user