Ignore:
Timestamp:
06/14/2020 03:24:09 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6e18f2f
Parents:
a4053b5b
Message:

Minor updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/stripping.xml

    ra4053b5b r3d92d63  
    108108
    109109  <sect2>
    110     <title>Backup / Restore</title>
     110    <title>Backup</title>
    111111
    112112    <para>
     
    142142      class="username">root</systemitem>'s home directory.
    143143    </para>
     144  </sect2>
     145
     146  <sect2>
     147    <title>Restore</title>
    144148
    145149    <para>
     
    153157    </para>
    154158
    155 <screen role="nodump" revision="sysv"><userinput>cd $LFS &amp;&amp;
     159<!-- Make the following look different so users don't blindly run the
     160     restore when they don't need to. -->
     161
     162<screen role="nodump" revision="sysv"><computeroutput>cd $LFS &amp;&amp;
    156163rm -rf ./* &amp;&amp;
    157 tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</userinput></screen>
     164tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</computeroutput></screen>
    158165
    159 <screen role="nodump" revision="systemd"><userinput>cd $LFS &amp;&amp;
     166<screen role="nodump" revision="systemd"><computeroutput>cd $LFS &amp;&amp;
    160167rm -rf ./* &amp;&amp;
    161 tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</userinput></screen>
     168tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</computeroutput></screen>
    162169
    163170    <para>
Note: See TracChangeset for help on using the changeset viewer.