Changeset 0b37960
- Timestamp:
- 05/03/2006 09:38:35 PM (17 years ago)
- 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, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 2d3fc9e
- Parents:
- 2914ab8c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r2914ab8c r0b37960 40 40 <para>May 3, 2006</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jhuntwork] - Updated stripping notes to reflect current 44 findings. Resolves ticket #1657.</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[archaic] - Updated the bug.c code to avoid USB-related uevent -
chapter05/stripping.xml
r2914ab8c r0b37960 13 13 <para>The steps in this section are optional, but if the LFS partition is 14 14 rather small, it is beneficial to learn that unnecessary items can be removed. 15 The executables and libraries built so far contain about 130 MB of unneeded15 The executables and libraries built so far contain about 70 MB of unneeded 16 16 debugging symbols. Remove those symbols with:</para> 17 17 … … 28 28 built all over again.</para> 29 29 30 <para>To save another 30 MB, remove the documentation:</para>30 <para>To save nearly 20 MB more, remove the documentation:</para> 31 31 32 32 <screen><userinput>rm -rf /tools/{info,man}</userinput></screen> 33 33 34 <para> There will now be at least 850 MB of free space on the LFS file35 system that can be used to build and install Glibc in the next phase.36 If you can build and install Glibc, you can build and install the rest37 t oo.</para>34 <para>At this point, you should have at least 850 MB of free space in 35 <envar>$LFS</envar> that can be used to build and install Glibc in the 36 next phase. If you can build and install Glibc, you can build and install 37 the rest too.</para> 38 38 39 39 </sect1> -
chapter06/strippingagain.xml
r2914ab8c r0b37960 13 13 <para>If the intended user is not a programmer and does not plan to do 14 14 any debugging on the system software, the system size can be decreased 15 by about 200 MB by removing the debugging symbols from binaries and15 by about 90 MB by removing the debugging symbols from binaries and 16 16 libraries. This causes no inconvenience other than not being able to 17 17 debug the software fully anymore.</para>
Note:
See TracChangeset
for help on using the changeset viewer.