diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-12 15:33:11 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-12 15:33:11 -0500 |
commit | 02b26317cb151d15706308aa349ee3a1cde98f06 (patch) | |
tree | a5d252967c1db1cf4451ff6f1973b5bebb403b42 /chapter07/chapter07.xml | |
parent | cf5da2558f995c227d83d99daf25fb63afca8fa0 (diff) |
Rework cleaning up section of Chapter 7
Renamed chapter07/stripping.xml to chapter07/cleanup.xml
Removed stripping from the end of Chapter 7. We suggest a
10 GB or larger partition in Section 2.4 - Creating a New Partition
and the space used before cleaning up is only 3 GB. Stripping
would free up about 300 MB more, but these files will soon be
overwritten anyway.
Remove /tools here to save about 1 GB.
General reorginization and rewording.
Chapter 8 stripping still needs to be updated after this change.
Diffstat (limited to 'chapter07/chapter07.xml')
-rw-r--r-- | chapter07/chapter07.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 6ffd96471..3706a6dfb 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -31,6 +31,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/> --> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cleanup.xml"/> </chapter> |