Changeset c071af0


Ignore:
Timestamp:
06/18/2020 07:14:06 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
80f8c02
Parents:
d66640e
Message:

Some finishing (?) touch in chapter
7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chapter07.xml

    rd66640e rc071af0  
    1010  <?dbhtml filename="chapter07.html"?>
    1111
    12   <title>Entering Chroot and Building Additional Tools</title>
     12  <title>Entering Chroot and Building Additional Temporary Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
  • chapter07/stripping.xml

    rd66640e rc071af0  
    99  <?dbhtml filename="stripping.html"?>
    1010
    11   <title>Finishing Temporary Tools</title>
     11  <title>Cleaning up and Saving the Temporary System</title>
    1212 
    13   <para>
    14     The steps in this section are optional. Skip this section entirely
    15     if you are not really short on disk space and do not want to create
    16     a backup of the temporary tools.
    17   </para>
     13  <note><para>
     14    All the steps in this section are optional. Nevertheless, as soon
     15    as you begin installing packages in <xref
     16    linkend="chapter-building-system"/>, the temporary tools will be
     17    overwritten. So it may be a good idea to do a backup of the temporary
     18    tools as described below. The other steps are only needed if you are
     19    really short on disk space.
     20  </para></note>
    1821
    1922  <para>
     
    116119      backed up for later reuse. In case of fatal failures in the subsequent
    117120      chapters, it often turns out that removing everything and starting over
    118       (more carefully) is the best option to recover. Unfortunatly, all the
     121      (more carefully) is the best option to recover. Unfortunately, all the
    119122      temporary tools will be removed, too. To avoid spending extra time to
    120123      redo something which has been built successfully, prepare a backup.
     
    176179      <para>
    177180        If you left the chroot environment either to strip off debug
    178         symbols, create a backup or restart building using a restore,
     181        symbols, create a backup, or restart building using a restore,
    179182        remember to mount the kernel virtual filesystems now again as
    180183        described in <xref linkend='ch-tools-kernfs'/> and re-enter
  • general.ent

    rd66640e rc071af0  
    1 <!ENTITY version         "SVN-20200617">
     1<!ENTITY version         "SVN-20200618">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200617-systemd">
     6<!ENTITY versiond        "20200618-systemd">
    77<!ENTITY short-versiond  "systemd">
    8 <!ENTITY generic-versiond "20200615-systemd">
     8<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 17th, 2020">
     10<!ENTITY releasedate     "June 18th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.