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

Last change on this file since e3be44e8 was 8520e58, checked in by Jim Gifford <clfs@…>, 18 years ago

Text Updates for CLFS Embedded

  • 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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.