Ignore:
Timestamp:
11/16/2022 07:16:35 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
091d624d, 16a1647
Parents:
f2dff2d
git-author:
David Bryant <davidbryant@…> (11/16/2022 07:15:01 PM)
git-committer:
David Bryant <davidbryant@…> (11/16/2022 07:16:35 PM)
Message:

Corrected grammar, spelling, and idiom in chapter 7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/cleanup.xml

    rf2dff2d rebecd08  
    1414    <title>Cleaning</title>
    1515
    16     <para>First, remove the currently installed documentation to prevent them
     16    <para>First, remove the currently installed documentation files to prevent them
    1717    from ending up in the final system, and to save about 35 MB:</para>
    1818
     
    2020
    2121    <para>Second, on a modern Linux system, the libtool .la files are only
    22     useful for libltdl.  No libraries in LFS are expected to be loaded by
    23     libltdl, and it's known that some .la files can cause BLFS packages
    24     fail to build.  Remove those files now:</para>
     22    useful for libltdl.  No libraries in LFS are loaded by
     23    libltdl, and it's known that some .la files can cause BLFS package
     24    failures.  Remove those files now:</para>
    2525
    2626<screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput></screen>
     
    4343      backed up for later reuse. In case of fatal failures in the subsequent
    4444      chapters, it often turns out that removing everything and starting over
    45       (more carefully) is the best option to recover. Unfortunately, all the
     45      (more carefully) is the best way to recover. Unfortunately, all the
    4646      temporary files will be removed, too. To avoid spending extra time to
    47       redo something which has been built successfully, creating a backup of
     47      redo something which has been done successfully, creating a backup of
    4848      the current LFS system may prove useful.
    4949    </para>
     
    5959    <para>
    6060      The following steps are performed from outside the chroot
    61       environment. That means, you have to leave the chroot environment
     61      environment. That means you have to leave the chroot environment
    6262      first before continuing. The reason for that is to
    6363      get access to file system locations outside of the chroot
    64       environment to store/read the backup archive which should
     64      environment to store/read the backup archive, which ought
    6565      not be placed within the
    66       <filename class="directory">$LFS</filename> hierarchy for
    67       safety reasons.
     66      <filename class="directory">$LFS</filename> hierarchy.
    6867    </para>
    6968
     
    7978        <systemitem class="username">root</systemitem> on your host system.
    8079        Take extra care about the commands you're going to run as mistakes
    81         here can modify your host system. Be aware that the
     80        made here can modify your host system. Be aware that the
    8281        environment variable <envar>LFS</envar>
    8382        is set for user <systemitem class="username">lfs</systemitem> by default
     
    102101    <para>
    103102      Make sure you have at least 1 GB free disk space (the source tarballs
    104       will be included in the backup archive) on the filesystem containing
    105       directory where you create the backup archive.
     103      will be included in the backup archive) on the file system containing
     104      the directory where you create the backup archive.
    106105    </para>
    107106
     
    109108      Note that the instructions below specify the home directory of the host
    110109      system's <systemitem class="username">root</systemitem> user, which is
    111       typically found on the root filesystem.
    112     </para>
    113 
    114     <para>
     110      typically found on the root file system.
    115111      Replace <envar>$HOME</envar> by a directory of your choice if you
    116112      do not want to have the backup stored in <systemitem
     
    150146      <filename class="directory">$LFS</filename>, they are included in the
    151147      backup archive as well, so they do not need to be downloaded again. After
    152       checking that <envar>$LFS</envar> is set properly,
     148      checking that <envar>$LFS</envar> is set properly, you can
    153149      restore the backup by executing the following commands:
    154150    </para>
     
    168164
    169165    <para>
    170        Again, double check that the environment has been setup properly
     166       Again, double check that the environment has been set up properly
    171167       and continue building the rest of the system.
    172168    </para>
     
    176172         If you left the chroot environment to create a backup or restart
    177173         building using a restore, remember to check that the virtual
    178          filesystems are still mounted (<command>findmnt | grep
     174         file systems are still mounted (<command>findmnt | grep
    179175         $LFS</command>).  If they are not mounted, remount them now as
    180176         described in <xref linkend='ch-tools-kernfs'/> and re-enter the chroot
Note: See TracChangeset for help on using the changeset viewer.