Changeset 45d8933
- Timestamp:
- 08/19/2020 05:17:20 PM (3 years ago)
- Branches:
- 10.0, 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, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 1446892
- Parents:
- c0c616a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/stripping.xml
rc0c616a r45d8933 17 17 18 18 <screen><userinput>find /usr/{lib,libexec} -name \*.la -delete</userinput></screen> 19 20 <para>Remove the documentation of the temporary tools, to prevent them 21 from ending up in the final system, and save about 35 MB:</para> 22 23 <screen><userinput>rm -rf /usr/share/{info,man,doc}/*</userinput></screen> 19 24 20 25 <note><para> … … 97 102 ones would be destroyed and the toolchain packages would need to be 98 103 built all over again.</para> 99 100 <para>To save more space (slightly more than 35 MB), remove the documentation:</para>101 102 <screen role="nodump"><userinput>rm -rf $LFS/usr/share/{info,man,doc}</userinput></screen>103 104 104 105 <para>At this point, you should have at least 5 GB of free space on the
Note:
See TracChangeset
for help on using the changeset viewer.