[ostree] Add missing admin commands in the man pages



commit 2169c079b343576ce6f62f5c4288477492ea4bb8
Author: Michael Scherer <misc zarb org>
Date:   Sat Mar 22 11:45:45 2014 +0100

    Add missing admin commands in the man pages

 doc/ostree.xml |   56 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 48 insertions(+), 8 deletions(-)
---
diff --git a/doc/ostree.xml b/doc/ostree.xml
index 24dc919..644cb17 100644
--- a/doc/ostree.xml
+++ b/doc/ostree.xml
@@ -121,6 +121,48 @@
 
                 <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>
 
                                 <listitem><para>If you are replicating
@@ -131,6 +173,12 @@
                                 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>
 
                                 <listitem><para>Choose a different ref
@@ -138,14 +186,6 @@
                                 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>
 
                                 <listitem><para>See changes to


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]