mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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:
parent
9955695da3
commit
075e676eb6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user