Changeset 8a269ec


Ignore:
Timestamp:
08/12/2021 09:03:35 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
85d9695a, 89250241
Parents:
02b2631
Message:

Touch up cleanup commands in Chapter 8

We moved the rm /tools from Chapter 8 to Chapter 7.
Some minor wording changes and file renaming.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • chapter07/cleanup.xml

    r02b2631 r8a269ec  
    66]>
    77
    8 <sect1 id="ch-tools-stripping">
    9   <?dbhtml filename="stripping.html"?>
     8<sect1 id="ch-tools-cleanup">
     9  <?dbhtml filename="cleanup.html"?>
    1010
    1111  <title>Cleaning up and Saving the Temporary System</title>
  • chapter08/chapter08.xml

    r02b2631 r8a269ec  
    105105
    106106  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutdebug.xml"/>
    107   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="strippingagain.xml"/>
     107  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
    108108  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="revisedchroot.xml"/>
    109109
  • chapter08/revisedchroot.xml

    r02b2631 r8a269ec  
    5656<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
    5757
    58    <para>The <filename class="directory">/tools</filename> directory can also
    59    be removed to further gain some space:</para>
    60 
    61 <screen><userinput>rm -rf /tools</userinput></screen>
    62 
    6358   <para>Finally, remove the temporary 'tester' user account created at the
    6459   beginning of the previous chapter.</para>
  • chapter08/stripping.xml

    r02b2631 r8a269ec  
    66]>
    77
    8 <sect1 id="ch-system-strippingagain">
    9   <?dbhtml filename="strippingagain.html"?>
     8<sect1 id="ch-system-stripping">
     9  <?dbhtml filename="stripping.html"?>
    1010
    11   <title>Stripping Again</title>
     11  <title>Stripping</title>
    1212
    1313  <para>This section is optional.  If the intended user is not a
     
    3232
    3333  <para>Note that <command>strip</command> will overwrite the binary or library
    34   file it is processing.  This may crash the processes using code or data from
     34  file it is processing.  This can crash the processes using code or data from
    3535  the file.  If the process running <command>strip</command> itself is
    36   affected, the binary or library being stripped may be destroyed.  This may
     36  affected, the binary or library being stripped can be destroyed and can
    3737  make the system completely unusable.  To avoid it, we'll copy some libraries
    3838  and binaries into <filename class="directory">/tmp</filename>, strip them
     
    4444  and ld-linux.so.2 on 32-bit systems.  The contruct below selects the
    4545  correct name for the current architecture.</para></note>
    46 
    4746
    4847<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC -->
     
    106105
    107106  <para>A large number of files will be reported as having their file
    108   format not recognized. These warnings can be safely ignored. These
    109   warnings indicate that those files are scripts instead of
    110   binaries.</para>
     107  format not recognized. These warnings can be safely ignored. They
     108  indicate that those files are scripts instead of binaries.</para>
    111109
    112110</sect1>
Note: See TracChangeset for help on using the changeset viewer.