aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/revisedchroot.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-12 16:03:35 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-12 16:03:35 -0500
commit8a269ec27eaaffdba200b3b21f7f8821a03456bd (patch)
tree23642996ae759b2b2dc4003b96bd7e57f1990bd9 /chapter08/revisedchroot.xml
parent02b26317cb151d15706308aa349ee3a1cde98f06 (diff)
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.
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r--chapter08/revisedchroot.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml
index 3627cd603..0c16ae622 100644
--- a/chapter08/revisedchroot.xml
+++ b/chapter08/revisedchroot.xml
@@ -55,11 +55,6 @@ chroot "$LFS" /usr/bin/env -i \
<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
- <para>The <filename class="directory">/tools</filename> directory can also
- be removed to further gain some space:</para>
-
-<screen><userinput>rm -rf /tools</userinput></screen>
-
<para>Finally, remove the temporary 'tester' user account created at the
beginning of the previous chapter.</para>