Changeset fba870f


Ignore:
Timestamp:
06/28/2014 09:14:27 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
09fb139a
Parents:
c287312
Message:

Text updates

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc287312 rfba870f  
    4646          <para>[Chris] - Corrected the home page for Patch.
    4747          Fixes <ulink url="&lfs-ticket-root;3621">#3621</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[Chris] - Various text updates.
     51          Fixes <ulink url="&lfs-ticket-root;3622">#3622</ulink>.</para>
    4852        </listitem>
    4953      </itemizedlist>
  • chapter03/introduction.xml

    rc287312 rfba870f  
    5757
    5858  <para>Additionally, starting with LFS-7.0, there is a separate file,
    59   <ulink url="../md5sums">md5sums</ulink>, can be used to verify that all
     59  <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all
    6060  the correct packages are available before proceeding.  Place that file in
    6161  <filename class="directory">$LFS/sources</filename> and run:</para>
  • chapter05/perl.xml

    rc287312 rfba870f  
    6262    until it is installed in the next chapter.</para>
    6363
    64     <para>Only a few of the utilities and libraries, need to be installed at this
     64    <para>Only a few of the utilities and libraries need to be installed at this
    6565    time:</para>
    6666
  • chapter06/automake.xml

    rc287312 rfba870f  
    5353    wrong version of the flex library, so we temporarily work around
    5454    the problem.  Also, using the -j4 make option speeds up the tests, even on
    55     systems with only one processor due to internal delays in individual
     55    systems with only one processor, due to internal delays in individual
    5656    tests.  To test the results, issue:</para>
    5757
  • chapter06/binutils.xml

    rc287312 rfba870f  
    6565sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
    6666
    67     <para>Add an upstream patch to use gcc's link time optimization (LTO)
    68     the default:</para>
     67    <para>Add an upstream patch to use GCC's link time optimization (LTO)
     68    by default:</para>
    6969
    7070<screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen>
  • chapter06/flex.xml

    rc287312 rfba870f  
    4242    <title>Installation of Flex</title>
    4343
    44     <para>First, skip running three regression tests that require bison.</para>
     44    <para>First, skip running three regression tests that require Bison:</para>
    4545
    4646<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
  • chapter06/inetutils.xml

    rc287312 rfba870f  
    4242
    4343    <para>Create a definition to allow the <command>ifconfig</command> program
    44     to build properly.</para>
     44    to build properly:</para>
    4545
    4646<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' &gt;&gt; ifconfig/system/linux.h </userinput></screen>
  • chapter06/kmod.xml

    rc287312 rfba870f  
    7979<screen><userinput remap="test">make check</userinput></screen>
    8080
    81     <para>Install the package, man pages, and create symlinks for
     81    <para>Install the package and man pages, and create symlinks for
    8282    compatibility with Module-Init-Tools (the package that previously handled
    83     Linux kernel modules).  Also make sure that all libraries are in the
    84     correct directory: </para>
     83    Linux kernel modules):</para>
    8584
    8685<screen><userinput remap="install">make install
  • chapter06/man-pages.xml

    rc287312 rfba870f  
    2424    <title/>
    2525
    26     <para>The Man-pages package contains over 1,900 man pages.</para>
     26    <para>The Man-pages package contains over 2,200 man pages.</para>
    2727
    2828    <segmentedlist>
  • chapter07/bootscripts.xml

    rc287312 rfba870f  
    317317        <listitem>
    318318          <para>Retries failed udev uevents, and copies generated rules
    319           files from to
     319          files from <filename class="directory">/run/udev</filename> to
    320320          <filename class="directory">/etc/udev/rules.d</filename> if required</para>
    321321          <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
  • chapter08/kernel.xml

    rc287312 rfba870f  
    103103          kernel, even without udev running.  Udev then runs on top of this,
    104104          managing permissions and adding symlinks.  This configuration
    105           itme is required for all users of udev/eudev. </para>
     105          item is required for all users of Udev/Eudev.</para>
    106106        </listitem>
    107107      </varlistentry>
     
    152152    documentation in the <filename
    153153    class="directory">linux-&linux-version;/Documentation</filename> directory.
    154     Also, <filename>modprobe.conf(5)</filename> may be of interest.</para>
     154    Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
    155155
    156156    <para>Install the modules, if the kernel configuration uses them:</para>
Note: See TracChangeset for help on using the changeset viewer.