OSTREE CONFIG(1) | ostree config | OSTREE CONFIG(1) |
ostree-config - Change configuration settings
ostree config get {GROUPNAME.KEYNAME}
ostree config get {--group=GROUPNAME} {KEYNAME}
ostree config set {GROUPNAME.KEYNAME} {VALUE}
ostree config set {--group=GROUPNAME} {KEYNAME} {VALUE}
ostree config unset {GROUPNAME.KEYNAME}
ostree config unset {--group=GROUPNAME} {KEYNAME}
$ ostree config get core.mode
bare
$ ostree config set --group='remote "myremote"' url http://example.com/repo
$ ostree config unset core.lock-timeout-secs
OSTree |