Changeset 6dfcfecc for prologue


Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
prologue
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • prologue/architecture.xml

    r811b5a39 r6dfcfecc  
    3333and is 22% larger than the 32-bit build. If you plan to use LFS as a LAMP
    3434server, or a firewall, a 32-bit CPU may be largely sufficient. On the other
    35 hand, several packages in BLFS now need more that 4GB of RAM to be built
     35hand, several packages in BLFS now need more than 4GB of RAM to be built
    3636and/or to run, so that if you plan to use LFS as a desktop, the LFS authors
    3737recommend building on a 64-bit system.</para>
  • prologue/organization.xml

    r811b5a39 r6dfcfecc  
    3030
    3131  <sect2>
    32     <title>Part III - Building the LFS System</title>
     32    <title>Part III - Building the LFS Cross Toolchain and Temporary Tools</title>
    3333
    34     <para>Part III guides the reader through the building of the LFS
     34    <para>Part III provides instructions for building the tools
     35    needed for constructing the final LFS system.</para>
     36  </sect2>
     37
     38  <sect2>
     39    <title>Part IV - Building the LFS System</title>
     40
     41    <para>Part IV guides the reader through the building of the LFS
    3542    system&mdash;compiling and installing all the packages one by one,
    3643    setting up the boot scripts, and installing the kernel. The resulting
     
    4148  </sect2>
    4249
     50  <sect2>
     51    <title>Part V - Appendices</title>
     52
     53    <para>Part V provides information about the book itself including
     54    acronyms and terms, acknowledgments, package dependencies,
     55    a listing of LFS boot scripts, licenses for the distribution of the
     56    book, and a comprehensive index of packages, programs, libraries,
     57    and scripts.</para>
     58  </sect2>
     59
    4360</sect1>
  • prologue/typography.xml

    r811b5a39 r6dfcfecc  
    8181  matches <quote>passwd</quote>, which will be
    8282  <filename>/usr/share/man/man1/passwd.1</filename>. For this example, you will
    83   need to run <command>man 5 passwd</command> in order to read the specific page
    84   being referred to. It should be noted that most man pages do not have duplicate
     83  need to run <command>man 5 passwd</command> in order to read the page
     84  being specified. Note that most man pages do not have duplicate
    8585  page names in different sections. Therefore, <command>man <replaceable>&lt;program
    8686  name&gt;</replaceable></command> is generally sufficient.</para>
  • prologue/why.xml

    r811b5a39 r6dfcfecc  
    119119        <para>DejaGNU</para>
    120120
    121         <para>This package contains a framework for testing other programs.
    122         It is only installed in the temporary toolchain.</para>
     121        <para>This package contains a framework for testing other programs.</para>
    123122      </listitem>
    124123
     
    142141        <para>Eudev</para>
    143142
    144         <para>This package is a device manager.  It dynamically controls the entries
    145         in the /dev directory as devices are added or removed from the system.
     143        <para>This package is a device manager.  It dynamically controls the ownership,
     144        permissions, names, and symbolic links of devices in the /dev directory as
     145        devices are added or removed from the system.
    146146        </para>
    147147      </listitem>
     
    167167
    168168        <para>This package contains a utility for determining the type of a
    169         given file or files. A few packages need it to build.</para>
     169        given file or files. A few packages need it in their build scripts.</para>
    170170      </listitem>
    171171
     
    195195
    196196      <listitem>
    197         <para>Gcc</para>
     197        <para>GCC</para>
    198198
    199199        <para>This package is the Gnu Compiler Collection.  It contains the
     
    219219        <para>Glibc</para>
    220220
    221         <para>This package contains the main C library.  Linux programs would
     221        <para>This package contains the main C library.  Linux programs will
    222222        not run without it.</para>
    223223      </listitem>
     
    227227
    228228        <para>This package contains math libraries that provide useful functions
    229         for arbitrary precision arithmetic.  It is required to build Gcc.</para>
     229        for arbitrary precision arithmetic.  It is required to build GCC.</para>
    230230      </listitem>
    231231
     
    417417
    418418        <para>This package contains functions for the arithmetic of complex
    419         numbers. It is required by Gcc.</para>
     419        numbers. It is required by GCC.</para>
    420420      </listitem>
    421421
     
    424424
    425425        <para>This package contains functions for multiple precision
    426         arithmetic.  It is required by Gcc.</para>
     426        arithmetic.  It is required by GCC.</para>
    427427      </listitem>
    428428
     
    473473        <para>Pkg-config</para>
    474474
    475         <para>This package provides a program to return meta-data about an
     475        <para>This package provides a program that returns meta-data about an
    476476        installed library or package.</para>
    477477      </listitem>
     
    559559
    560560        <para>This package contains the Tool Command Language used
    561         in many test suites in LFS packages.  It is only installed in
    562         the temporary toolchain.</para>
     561        in many test suites in LFS packages.</para>
    563562      </listitem>
    564563
Note: See TracChangeset for help on using the changeset viewer.