Changeset 21f0998


Ignore:
Timestamp:
May 22, 2014, 11:31:44 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
7ac303bc
Parents:
2f3768a
Message:

Added more explanatory text about rationale for including packages in the temp-system

Location:
BOOK/temp-system
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/check.xml

    r2f3768a r21f0998  
    2121  <sect2 role="installation">
    2222    <title>Installation of Check</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/check.xml"
     26    xpointer="xpointer(//*[@os='a'])"/>
    2327
    2428    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/64/ncurses.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Ncurses</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/ncurses.xml"
     27    xpointer="xpointer(//*[@os='h'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/64/zlib.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Zlib</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/zlib.xml"
     27    xpointer="xpointer(//*[@os='h'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/check.xml

    r2f3768a r21f0998  
    2424  <sect2 role="installation">
    2525    <title>Installation of Check</title>
     26
     27    <para os="a">We will install Check into
     28    <filename class="directory">/tools</filename> to satisfy a dependency
     29    on it for Kbd and Libpipeline in the final system.</para>
    2630
    2731    <para os="c">Prepare Check for compilation:</para>
  • BOOK/temp-system/common/gettext.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Gettext</title>
     24
     25    <para os="i">Many packages' installation procedures use the
     26    <command>msgfmt</command> program for i18n support, so we will compile
     27    and install it into <filename class="directory">/tools</filename>.</para>
    2428
    2529    <para os="a">Only the programs in the
  • BOOK/temp-system/common/ncurses.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Ncurses</title>
     24
     25    <para os="h">We will need Ncurses for several other packages in the
     26    temporary environment, including Bash, Util-linux, and Vim.</para>
    2427
    2528    <para os="p1">The following patch fixes an issue with some Bash versions:</para>
  • BOOK/temp-system/common/vim.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of VIM</title>
     24
     25    <para os="a">We will cross-compile Vim so that we can have a text editor in
     26    <filename class="directory">/tools</filename>. Vim is not technically
     27    necessary in the temporary system, in that it is not there to satisfy any
     28    package dependencies in the final system, but we believe that a text editor
     29    is an extremely useful tool to have there.<!-- If you prefer a different
     30    editor, you may check the hints project at <ulink url="&hints-root;" />
     31    for information on cross-compiling other text editors. (placeholder -
     32    uncomment this sentence if/when such information actually exists)--></para>
    2433
    2534    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/zlib.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Zlib</title>
     24
     25    <para os="h">Several packages in the temporary system use Zlib,
     26    including Binutils, GCC, and Util-linux, so we will add it to
     27    <filename class="directory">/tools</filename>.</para>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/check.xml

    r2f3768a r21f0998  
    2121  <sect2 role="installation">
    2222    <title>Installation of Check</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/check.xml"
     26    xpointer="xpointer(//*[@os='a'])"/>
    2327
    2428    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gettext.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Gettext</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/gettext.xml"
     27    xpointer="xpointer(//*[@os='i'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/ncurses.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Ncurses</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/ncurses.xml"
     27    xpointer="xpointer(//*[@os='h'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/vim.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of VIM</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/vim.xml"
     27    xpointer="xpointer(//*[@os='a'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/zlib.xml

    r2f3768a r21f0998  
    2222  <sect2 role="installation">
    2323    <title>Installation of Zlib</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../common/zlib.xml"
     27    xpointer="xpointer(//*[@os='h'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.