docs: mention the $OSTREE_REPO environment variable

$OSTREE_REPO may be set to override the default location
of the repository.

Link: https://mail.gnome.org/archives/ostree-list/2017-October/msg00003.html

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

Closes: #1282
Approved by: cgwalters
This commit is contained in:
Marcus Folkesson 2017-10-17 21:03:23 +02:00 committed by Atomic Bot
parent 9955695da3
commit 075e676eb6

View File

@ -91,10 +91,10 @@ attributes, such as tmpfs.
In contrast, the `archive` mode is designed for serving via plain In contrast, the `archive` mode is designed for serving via plain
HTTP. Like tar files, it can be read/written by non-root users. HTTP. Like tar files, it can be read/written by non-root users.
On an OSTree-deployed system, the "system repository" is On an OSTree-deployed system, the "system repository" is `/ostree/repo`. It can
`/ostree/repo`. It can be read by any uid, but only written by root. be read by any uid, but only written by root. The `ostree` command will by
Unless the `--repo` argument is given to the <command>ostree</command> default operate on the system repository; you may provide the `--repo` argument
command, it will operate on the system repository. to override this, or set the `$OSTREE_REPO` environment variable.
## Refs ## Refs