Add missing admin commands in the man pages

This commit is contained in:
Michael Scherer 2014-03-22 11:45:45 +01:00 committed by Colin Walters
parent bfe542abd8
commit 2169c079b3

View File

@ -120,6 +120,48 @@
admin</command>.</para>
<variablelist>
<varlistentry>
<term><command>admin os-init NAME</command></term>
<listitem><para>Initialize the
deployment location for an operating
system with name
<replaceable>NAME</replaceable>. Each
deployment location is comprised of a
single shared <filename>var</filename>
and a set of
deployments (chroots).</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin init-fs PATH</command></term>
<listitem><para>Initialize a root filesystem
in PATH by creating top level directories with
proper permissions.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin deploy</command></term>
<listitem><para>This is a relatively
low level command - takes a particular
commit or revision, and sets it up for
the next boot.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin undeploy INDEX</command></term>
<listitem><para>Remove the previously
<replaceable>INDEX</replaceable>
deployed tree from the bootloader
configuration.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin cleanup</command></term>
<listitem><para>Delete untagged
deployments and repository objects.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>admin upgrade</command></term>
@ -130,6 +172,12 @@
the system for the changes to take
effect.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin status</command></term>
<listitem><para>Show and list the deployments.
</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin switch</command></term>
@ -137,14 +185,6 @@
to track from the same remote as the
current tree.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin deploy</command></term>
<listitem><para>This is a relatively
low level command - takes a particular
commit or revision, and sets it up for
the next boot.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>admin config-diff</command></term>