Ignore:
Timestamp:
07/08/2020 07:36:00 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
48a69fc
Parents:
ad25331
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/revisedchroot.xml

    rad25331 r2505b8f  
    7171   Archive (.la) files"</ulink>.</para>
    7272
     73   <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and
     74   <xref linkend="chapter-chroot-temporary-tools"/> is still partially
     75   installed, and not needed anymore. Remove it with:</para>
     76
     77<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
     78
     79   <para>The <filename class="directory">/tools</filename> directory can also
     80   be removed to further gain some place:</para>
     81
     82<screen><userinput>rm -rf /tools</userinput></screen>
     83
    7384   <para>Finally, remove the temporary 'tester' user account created at the
    7485   beginning of the previous chapter.</para>
Note: See TracChangeset for help on using the changeset viewer.