From 2169c079b343576ce6f62f5c4288477492ea4bb8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 22 Mar 2014 11:45:45 +0100 Subject: [PATCH] Add missing admin commands in the man pages --- doc/ostree.xml | 56 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 8 deletions(-) diff --git a/doc/ostree.xml b/doc/ostree.xml index 24dc919a..644cb17b 100644 --- a/doc/ostree.xml +++ b/doc/ostree.xml @@ -120,6 +120,48 @@ admin. + + admin os-init NAME + + Initialize the + deployment location for an operating + system with name + NAME. Each + deployment location is comprised of a + single shared var + and a set of + deployments (chroots). + + + admin init-fs PATH + + Initialize a root filesystem + in PATH by creating top level directories with + proper permissions. + + + admin deploy + + This is a relatively + low level command - takes a particular + commit or revision, and sets it up for + the next boot. + + + admin undeploy INDEX + + Remove the previously + INDEX + deployed tree from the bootloader + configuration. + + + admin cleanup + + Delete untagged + deployments and repository objects. + + admin upgrade @@ -130,6 +172,12 @@ the system for the changes to take effect. + + admin status + + Show and list the deployments. + + admin switch @@ -137,14 +185,6 @@ to track from the same remote as the current tree. - - admin deploy - - This is a relatively - low level command - takes a particular - commit or revision, and sets it up for - the next boot. - admin config-diff