Changeset d445673c in clfs-embedded for BOOK


Ignore:
Timestamp:
Apr 19, 2011, 4:53:34 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
9a13516
Parents:
c898266
Message:

Remove e2fsprogs from main book, put in beyond

Not all systems will need e2fsprogs. It should go in a beyond section.
This does that.

Location:
BOOK
Files:
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/arm-index.xml

    rc898266 rd445673c  
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/arm-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-networking/arm-chapter.xml"/>
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/arm-chapter.xml"/>
    6263
    6364  </part>
  • BOOK/final-system/arm-chapter.xml

    rc898266 rd445673c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
    1918  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2019  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>
  • BOOK/final-system/mips-chapter.xml

    rc898266 rd445673c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
    1918  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2019  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>
  • BOOK/final-system/x86-chapter.xml

    rc898266 rd445673c  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
    1918  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    2019  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>
  • BOOK/materials/common/packages.xml

    rc898266 rd445673c  
    3939        <para>Download: <ulink url="&clfs-bootscripts-url;"/></para>
    4040        <para>MD5 sum: <literal>&clfs-bootscripts-md5;</literal></para>
    41       </listitem>
    42     </varlistentry>
    43 
    44     <varlistentry>
    45       <term>E2fsprogs (&e2fsprogs-version;) - <token>&e2fsprogs-size;</token>:</term>
    46       <listitem>
    47         <para>Home page: <ulink url="&e2fsprogs-home;"/></para>
    48         <para>Download: <ulink url="&e2fsprogs-url;"/></para>
    49         <para>MD5 sum: <literal>&e2fsprogs-md5;</literal></para>
    5041      </listitem>
    5142    </varlistentry>
  • BOOK/mips-index.xml

    rc898266 rd445673c  
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/mips-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-networking/mips-chapter.xml"/>
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/mips-chapter.xml"/>
    6263
    6364  </part>
  • BOOK/packages.ent

    rc898266 rd445673c  
    2222<!ENTITY clfs-bootscripts-md5 "e20e3e285fb7fe3ff941e3e505f96023">
    2323<!ENTITY clfs-bootscripts-home " ">
    24 
    25 <!ENTITY e2fsprogs-version "1.41.14">
    26 <!ENTITY e2fsprogs-size "4,407 KB">
    27 <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
    28 <!ENTITY e2fsprogs-md5 "05f70470aea2ef7efbb0845b2b116720">
    29 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
    3024
    3125<!ENTITY gcc-version "4.6.0">
     
    8781<!ENTITY dropbear-md5 "a1fc7adf601bca53330a792a9c873439">
    8882<!ENTITY dropbear-home "http://matt.ucc.asn.au/dropbear/dropbear.html">
     83
     84<!ENTITY e2fsprogs-version "1.41.14">
     85<!ENTITY e2fsprogs-size "4,407 KB">
     86<!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
     87<!ENTITY e2fsprogs-md5 "05f70470aea2ef7efbb0845b2b116720">
     88<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
    8989
    9090<!ENTITY iptables-version "1.4.2">
  • BOOK/wrt-index.xml

    rc898266 rd445673c  
    5959    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/wrt-chapter.xml"/>
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-networking/wrt-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/wrt-chapter.xml"/>
    6162
    6263  </part>
  • BOOK/x86-index.xml

    rc898266 rd445673c  
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/x86-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-networking/x86-chapter.xml"/>
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/x86-chapter.xml"/>
    6364
    6465  </part>
Note: See TracChangeset for help on using the changeset viewer.