Add missing admin commands in the man pages
This commit is contained in:
parent
bfe542abd8
commit
2169c079b3
|
|
@ -120,6 +120,48 @@
|
||||||
admin</command>.</para>
|
admin</command>.</para>
|
||||||
|
|
||||||
<variablelist>
|
<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>
|
<varlistentry>
|
||||||
<term><command>admin upgrade</command></term>
|
<term><command>admin upgrade</command></term>
|
||||||
|
|
||||||
|
|
@ -130,6 +172,12 @@
|
||||||
the system for the changes to take
|
the system for the changes to take
|
||||||
effect.</para></listitem>
|
effect.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><command>admin status</command></term>
|
||||||
|
|
||||||
|
<listitem><para>Show and list the deployments.
|
||||||
|
</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><command>admin switch</command></term>
|
<term><command>admin switch</command></term>
|
||||||
|
|
||||||
|
|
@ -137,14 +185,6 @@
|
||||||
to track from the same remote as the
|
to track from the same remote as the
|
||||||
current tree.</para></listitem>
|
current tree.</para></listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term><command>admin config-diff</command></term>
|
<term><command>admin config-diff</command></term>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue