diff options
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 5 |
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> |