1OSTREE CONFIG(1) ostree config OSTREE CONFIG(1)
2
3
4
6 ostree-config - Change configuration settings
7
9 ostree config get {SECTIONNAME.KEYNAME}
10
11 ostree config get {--group=GROUPNAME} {KEYNAME}
12
13 ostree config set {SECTIONNAME.KEYNAME} {VALUE}
14
15 ostree config set {--group=GROUPNAME} {KEYNAME} {VALUE}
16
18 Displays or changes a configuration setting.
19
21 $ ostree config get core.mode
22
23 bare
24
25 $ ostree config set --group='remote "myremote"' url
26 http://example.com/repo
27
28
29
30OSTree OSTREE CONFIG(1)