Ticket #3658: ch06-revisedchroot.patch

File ch06-revisedchroot.patch, 792 bytes (added by Alexander Makarov, 10 years ago)
  • chapter06/revisedchroot.xml

    old new  
    1212
    1313  <para>Finally, clean up some extra files left around from running tests:</para>
    1414
    15 <screen><userinput>rm -rf /tmp/*</userinput></screen>
     15<screen role="nodump"><userinput>rm -rf /tmp/*</userinput></screen>
    1616
    1717  <para>From now on, when reentering the chroot environment after
    1818  exiting, use the following modified chroot command:</para>
    1919
    20 <screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i              \
     20<screen><userinput>chroot "$LFS" /usr/bin/env -i              \
    2121    HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
    2222    PATH=/bin:/usr/bin:/sbin:/usr/sbin     \
    2323    /bin/bash --login</userinput></screen>