From 340376e7b14fbd37f013f73fa119dd0904deb754 Mon Sep 17 00:00:00 2001 From: Mario Sanchez Prada Date: Wed, 30 Nov 2016 15:41:38 +0000 Subject: [PATCH] man: Mention bare-user in manpages, along with the other modes Closes: #602 Closes: #603 Approved by: cgwalters --- man/ostree-init.xml | 2 +- man/ostree.repo-config.xml | 2 +- man/ostree.repo.xml | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/man/ostree-init.xml b/man/ostree-init.xml index 4518e244..95f0b162 100644 --- a/man/ostree-init.xml +++ b/man/ostree-init.xml @@ -68,7 +68,7 @@ Boston, MA 02111-1307, USA. ="MODE" - Initialize repository in given mode (bare, archive-z2). Default is "bare". + Initialize repository in given mode (bare, bare-user, archive-z2). Default is "bare". diff --git a/man/ostree.repo-config.xml b/man/ostree.repo-config.xml index 876c9dfc..5e0383a6 100644 --- a/man/ostree.repo-config.xml +++ b/man/ostree.repo-config.xml @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. mode - One of bare or archive-z2. + One of bare, bare-user or archive-z2. diff --git a/man/ostree.repo.xml b/man/ostree.repo.xml index b8ad4052..1187b66a 100644 --- a/man/ostree.repo.xml +++ b/man/ostree.repo.xml @@ -58,11 +58,14 @@ binaries. It records the Unix uid and gid, permissions, as well as extended attributes. - + - A repository can be in one of two modes; + A repository can be in one of three modes; bare, which is designed as a hard - link source for operating system checkouts, and + link source for operating system checkouts, + bare-user, which is like + bare but works on systems that + run as non-root as well as non-root containers, and archive-z2, which is designed for static HTTP servers.