Changeset 2116d25 in clfs-embedded
- Timestamp:
- Jun 17, 2013, 1:34:42 PM (11 years ago)
- Branches:
- master
- Children:
- c3d3c32
- Parents:
- 60efb6b
- git-author:
- Andrew Bradford <andrew@…> (06/17/13 13:30:01)
- git-committer:
- Andrew Bradford <andrew@…> (06/17/13 13:34:42)
- Location:
- BOOK
- Files:
-
- 2 deleted
- 4 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/arm-index.xml
r60efb6b r2116d25 25 25 <title>Preparing for the Build</title> 26 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/ arm-chapter.xml"/>27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/chapter.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/arm-chapter.xml"/> 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/> -
BOOK/introduction/common/how.xml
r60efb6b r2116d25 33 33 LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para> 34 34 35 <para><xref linkend="chapter- partitioning"/> of this book describes how36 to create a new Linux native partition and file system, the place37 where the new CLFS system will be compiled and installed. <xref38 linkend="chapter-getting-materials"/> explains which packagesand39 patches need to be downloaded to build a CLFS system and how to store40 them on the new file system. <xref linkend="chapter-final-preps"/>41 discusses the setup for an appropriate working environment. Please read42 <xref linkend="chapter-final-preps"/> carefully as it explains several43 important issues the developer should be aware of before beginning to44 work through <xreflinkend="chapter-cross-tools"/> and beyond.</para>35 <para><xref linkend="chapter-creating-build-dir"/> of this book describes how 36 to create a temporary build directory where the new CLFS system will be 37 compiled and installed. <xref linkend="chapter-getting-materials"/> explains 38 which packages and patches need to be downloaded to build a CLFS system and 39 how to store them on the new file system. <xref 40 linkend="chapter-final-preps"/> discusses the setup for an appropriate 41 working environment. Please read <xref linkend="chapter-final-preps"/> 42 carefully as it explains several important issues the developer should be 43 aware of before beginning to work through <xref 44 linkend="chapter-cross-tools"/> and beyond.</para> 45 45 46 46 <para><xref linkend="chapter-cross-tools"/> explains the installation of -
BOOK/mips-index.xml
r60efb6b r2116d25 25 25 <title>Preparing for the Build</title> 26 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/ mips-chapter.xml"/>27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/chapter.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/mips-chapter.xml"/> 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/> -
BOOK/partitioning/chapter.xml
r60efb6b r2116d25 6 6 ]> 7 7 8 <chapter id="chapter- partitioning" xreflabel="Preparing a New Partition">8 <chapter id="chapter-creating-build-dir" xreflabel="Creating a Build Directory"> 9 9 <?dbhtml dir="partitioning"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title> Preparing a New Partition</title>12 <title>Creating a Build Directory</title> 13 13 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="c ommon/mounting.xml"/>14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingbuilddir.xml"/> 15 15 16 16 </chapter> -
BOOK/partitioning/creatingbuilddir.xml
r60efb6b r2116d25 2 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 4 <!ENTITY % general-entities SYSTEM "../ ../general.ent">4 <!ENTITY % general-entities SYSTEM "../general.ent"> 5 5 %general-entities; 6 6 ]> 7 7 8 <sect1 id="ch-partitioning- mounting">9 <?dbhtml filename=" mounting.html"?>8 <sect1 id="ch-partitioning-creatingbuilddir"> 9 <?dbhtml filename="creatingbuilddir.html"?> 10 10 11 11 <title>Creating a Build Directory</title> -
BOOK/x86-index.xml
r60efb6b r2116d25 25 25 <title>Preparing for the Build</title> 26 26 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/ x86-chapter.xml"/>27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/chapter.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/x86-chapter.xml"/> 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.