Changeset 1897712 in clfs-embedded for BOOK/cleanup/copy-to-target.xml


Ignore:
Timestamp:
Mar 23, 2011, 3:39:24 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
a723063
Parents:
3e496b8
git-author:
Andrew Bradford <bradfa@…> (03/21/11 04:35:04)
git-committer:
Andrew Bradford <bradfa@…> (03/23/11 15:39:24)
Message:

Copy to Target tarball permissions preservation & grammar

Permissions should be preserved when extracting the tarball to the target.
Grammar cleanup & removal of blank line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cleanup/copy-to-target.xml

    r3e496b8 r1897712  
    1212
    1313  <para>We just created a cleaned-up version of our build, now
    14   we can compress it so we can move it to our target.</para>
     14  compress it so it can be archived and transferred to the target.</para>
    1515
    16   <para>Let's Create A tarball of our build:</para>
     16  <para>Create a tarball of the build:</para>
    1717
    1818<screen><userinput>install -dv ${CLFS}/build
    1919cd ${CLFS}-final
    20 tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 *
    21 </userinput></screen>
     20tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 *</userinput></screen>
    2221
    2322  <para>Now you can move your compressed tarball to your target
    24   system. This is something that is going to be different on
    25   every embedded device.</para>
     23  system. This will be different on  every embedded device.</para>
     24
     25  <para>When uncompressing the tarball, make sure to pass tar the "-p"
     26  switch to ensure permissions are preserved.</para>
    2627
    2728</sect1>
Note: See TracChangeset for help on using the changeset viewer.