docs: Update rename of treecompose -> compose tree

This commit is contained in:
Colin Walters 2014-05-26 15:09:40 -04:00
parent 7c71fbc077
commit 5ed249c755
2 changed files with 13 additions and 3 deletions

View File

@ -57,10 +57,10 @@ Once you have that done, choose a build directory. Here we'll use
Running rpm-ostree
------------------
The core "rpm-ostree" takes as input a "treefile". See examples in
`doc/treefile-examples`.
The core "rpm-ostree tree compose" builtin as input a "treefile". See
examples in `doc/treefile-examples`, as well as `doc/treefile.md`.
# rpm-ostree treecompose --repo=/srv/rpm-ostree/repo --proxy=http://127.0.0.1:8123 sometreefile.json
# rpm-ostree compose tree --repo=/srv/rpm-ostree/repo --proxy=http://127.0.0.1:8123 sometreefile.json
All this does is use yum to download RPMs from the referenced repos,
and commit the result to the OSTree repository, using the ref named by

View File

@ -112,6 +112,16 @@ Boston, MA 02111-1307, USA.
Otherwise, make the currently booted
tree the default.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>compose</command></term>
<listitem><para>Entrypoint for tree composition; most
typically used on servers to prepare trees for replication by
client systems. Currently has two subcommands,
<literal>tree</literal> and
<literal>sign</literal>.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>