source: clfs-embedded/BOOK/cleanup/create-tarball.xml @ bd48e48

Last change on this file since bd48e48 was bd48e48, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated CLFS-Embedded book sources to use DocBook?-XML DTD 4.5.

  • Property mode set to 100644
File size: 847 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
19cd ${CLFS}-final
20tar jcf ${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.