Changeset 8a269ec
- Timestamp:
- 08/12/2021 09:03:35 PM (3 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 85d9695a, 89250241
- Parents:
- 02b2631
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
chapter07/cleanup.xml
r02b2631 r8a269ec 6 6 ]> 7 7 8 <sect1 id="ch-tools- stripping">9 <?dbhtml filename=" stripping.html"?>8 <sect1 id="ch-tools-cleanup"> 9 <?dbhtml filename="cleanup.html"?> 10 10 11 11 <title>Cleaning up and Saving the Temporary System</title> -
chapter08/chapter08.xml
r02b2631 r8a269ec 105 105 106 106 <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="stripping again.xml"/>107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/> 108 108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="revisedchroot.xml"/> 109 109 -
chapter08/revisedchroot.xml
r02b2631 r8a269ec 56 56 <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen> 57 57 58 <para>The <filename class="directory">/tools</filename> directory can also59 be removed to further gain some space:</para>60 61 <screen><userinput>rm -rf /tools</userinput></screen>62 63 58 <para>Finally, remove the temporary 'tester' user account created at the 64 59 beginning of the previous chapter.</para> -
chapter08/stripping.xml
r02b2631 r8a269ec 6 6 ]> 7 7 8 <sect1 id="ch-system-stripping again">9 <?dbhtml filename="stripping again.html"?>8 <sect1 id="ch-system-stripping"> 9 <?dbhtml filename="stripping.html"?> 10 10 11 <title>Stripping Again</title>11 <title>Stripping</title> 12 12 13 13 <para>This section is optional. If the intended user is not a … … 32 32 33 33 <para>Note that <command>strip</command> will overwrite the binary or library 34 file it is processing. This maycrash the processes using code or data from34 file it is processing. This can crash the processes using code or data from 35 35 the file. If the process running <command>strip</command> itself is 36 affected, the binary or library being stripped may be destroyed. This may36 affected, the binary or library being stripped can be destroyed and can 37 37 make the system completely unusable. To avoid it, we'll copy some libraries 38 38 and binaries into <filename class="directory">/tmp</filename>, strip them … … 44 44 and ld-linux.so.2 on 32-bit systems. The contruct below selects the 45 45 correct name for the current architecture.</para></note> 46 47 46 48 47 <!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC --> … … 106 105 107 106 <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> 111 109 112 110 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.