Changeset 2116d25 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jun 17, 2013, 1:34:42 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
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)
Message:

Simplify the partitioning directory

Everything is common so only 1 source is needed.

Location:
BOOK
Files:
2 deleted
4 edited
2 moved

Legend:

Unmodified
Added
Removed
  • BOOK/arm-index.xml

    r60efb6b r2116d25  
    2525    <title>Preparing for the Build</title>
    2626
    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"/>
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/arm-chapter.xml"/>
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
  • BOOK/introduction/common/how.xml

    r60efb6b r2116d25  
    3333  LiveCD or to download a copy, visit <ulink url="&livecd-root;"/>.</para>
    3434
    35   <para><xref linkend="chapter-partitioning"/> of this book describes how
    36   to create a new Linux native partition and file system, the place
    37   where the new CLFS system will be compiled and installed. <xref
    38   linkend="chapter-getting-materials"/> explains which packages and
    39   patches need to be downloaded to build a CLFS system and how to store
    40   them on the new file system. <xref linkend="chapter-final-preps"/>
    41   discusses the setup for an appropriate working environment. Please read
    42   <xref linkend="chapter-final-preps"/> carefully as it explains several
    43   important issues the developer should be aware of before beginning to
    44   work through <xref linkend="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>
    4545
    4646  <para><xref linkend="chapter-cross-tools"/> explains the installation of
  • BOOK/mips-index.xml

    r60efb6b r2116d25  
    2525    <title>Preparing for the Build</title>
    2626
    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"/>
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/mips-chapter.xml"/>
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
  • BOOK/partitioning/chapter.xml

    r60efb6b r2116d25  
    66]>
    77
    8 <chapter id="chapter-partitioning" xreflabel="Preparing a New Partition">
     8<chapter id="chapter-creating-build-dir" xreflabel="Creating a Build Directory">
    99  <?dbhtml dir="partitioning"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Preparing a New Partition</title>
     12  <title>Creating a Build Directory</title>
    1313
    14   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mounting.xml"/>
     14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingbuilddir.xml"/>
    1515
    1616</chapter>
  • BOOK/partitioning/creatingbuilddir.xml

    r60efb6b r2116d25  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "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">
    55  %general-entities;
    66]>
    77
    8 <sect1 id="ch-partitioning-mounting">
    9   <?dbhtml filename="mounting.html"?>
     8<sect1 id="ch-partitioning-creatingbuilddir">
     9  <?dbhtml filename="creatingbuilddir.html"?>
    1010
    1111  <title>Creating a Build Directory</title>
  • BOOK/x86-index.xml

    r60efb6b r2116d25  
    2525    <title>Preparing for the Build</title>
    2626
    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"/>
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/x86-chapter.xml"/>
    2929    <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.