Last change
on this file since 86c5fd0 was 489ddbd, checked in by Jim Gifford <clfs@…>, 16 years ago |
Text updates. Removed uneeded Patch
|
-
Property mode
set to
100644
|
File size:
848 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-cleanup-create-tarball">
|
---|
9 | <?dbhtml filename="create-tarball.html"?>
|
---|
10 |
|
---|
11 | <title>Create Tarball of Build</title>
|
---|
12 |
|
---|
13 | <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>
|
---|
15 |
|
---|
16 | <para>Let's Create A tarball of our build:</para>
|
---|
17 |
|
---|
18 | <screen><userinput>install -dv ${CLFS}/build
|
---|
19 | cd ${CLFS}-final
|
---|
20 | tar jcfv ${CLFS}/build/clfs-embedded.tar.bz2 *
|
---|
21 | </userinput></screen>
|
---|
22 |
|
---|
23 | <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>
|
---|
26 |
|
---|
27 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.