1OSTREE.REPO(5)                    ostree.repo                   OSTREE.REPO(5)
2
3
4

NAME

6       ostree.repo - OSTree repository configuration and layout
7

DESCRIPTION

9       An OSTree repository is structurally similar to a git repository; it is
10       a content-addressed object store containing filesystem trees. However,
11       unlike git, ostree is designed to store operating system binaries. It
12       records the Unix uid and gid, permissions, as well as extended
13       attributes.
14
15       A repository can be in one of three modes; bare, which is designed as a
16       hard link source for operating system checkouts, bare-user, which is
17       like bare but works on systems that run as non-root as well as non-root
18       containers, and archive-z2, which is designed for static HTTP servers.
19
20       There is a system repository located at /ostree/repo. If no repository
21       is specified -- either by a command-line option or the OSTREE_REPO
22       environment variable -- the ostree as well as many API calls will use
23       it by default.
24

COMPONENTS OF A REPOSITORY

26       The only user-editable component is the config file. For more
27       information, see ostree.repo-config(5).
28

SEE ALSO

30       ostree(1), ostree.repo-config(1)
31
32
33
34OSTree                                                          OSTREE.REPO(5)
Impressum