diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-01-16 07:59:34 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-01-16 07:59:34 +0000 |
commit | beaca0e3e5ba2343fe737d6d1a90d6f84e09816d (patch) | |
tree | 84a26173156127e088bb46f047a45295b8360e02 /chapter08/revisedchroot.xml | |
parent | 5fffcda0ad6643d01b018f3ee7edd919b00fc50a (diff) |
Update to tcl-8.6.11
Update to meson-0.56.2
Update to linux-5.10.7
Update to tar-1.33
Update to kmod-28
Update to findutils-4.8.0
In kmod, add zstd support for compressed kernel modules
Typo fix for Cleaning Up
Document GDBM test failure
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index e42e81c65..725c76170 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -69,7 +69,7 @@ rm -f /usr/lib/libz.a</userinput></screen> <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 place:</para> + be removed to further gain some space:</para> <screen><userinput>rm -rf /tools</userinput></screen> |