Changes in / [8024387:85d9695a]


Ignore:
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chapter07.xml

    r8024387 r85d9695a  
    3232-->
    3333
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cleanup.xml"/>
    3535
    3636</chapter>
  • chapter08/chapter08.xml

    r8024387 r85d9695a  
    106106
    107107  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutdebug.xml"/>
    108   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="strippingagain.xml"/>
     108  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
    109109  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="revisedchroot.xml"/>
    110110
  • chapter08/revisedchroot.xml

    r8024387 r85d9695a  
    5858<screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen>
    5959
    60    <para>The <filename class="directory">/tools</filename> directory can also
    61    be removed to further gain some space:</para>
    62 
    63 <screen><userinput>rm -rf /tools</userinput></screen>
    64 
    6560   <para>Finally, remove the temporary 'tester' user account created at the
    6661   beginning of the previous chapter.</para>
Note: See TracChangeset for help on using the changeset viewer.