diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index b62fc87b8..5618cf0ff 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -66,9 +66,7 @@ rm -f /usr/lib/libz.a is still partially installed, and not needed anymore. Remove it with: -find /usr/{bin,lib,libexec,include} \ - -depth \ - -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf +find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf The /tools directory can also be removed to further gain some place: