Ignore:
Timestamp:
01/17/2014 10:39:02 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e88c73c
Parents:
94c0cb3
Message:

Merge latest lfs svn

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/revisedchroot.xml

    r94c0cb3 r848907c  
    1111  <title>Cleaning Up</title>
    1212
     13  <para>Finally, clean up some extra files left around from running tests:</para>
     14
     15<screen><userinput>rm -rf /run/* /tmp/*</userinput></screen>
     16
    1317  <para>From now on, when reentering the chroot environment after
    1418  exiting, use the following modified chroot command:</para>
    1519
    16 <screen><userinput>chroot "$LFS" /usr/bin/env -i \
     20<screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i              \
    1721    HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
    18     PATH=/bin:/usr/bin:/sbin:/usr/sbin \
     22    PATH=/bin:/usr/bin:/sbin:/usr/sbin     \
    1923    /bin/bash --login</userinput></screen>
    2024
     
    3236  </note>
    3337
     38<screen role="nodump"><userinput>rm -rf /tools</userinput></screen>
     39
    3440  <para>If the virtual kernel file systems have been unmounted, either manually
    3541  or through a reboot, ensure that the virtual kernel file systems are mounted
Note: See TracChangeset for help on using the changeset viewer.