ostree-config - Change configuration settings
Contents
Description
• ostreeconfigget displays the value of KEYNAME in the group GROUPNAME
• ostreeconfigset sets the value of KEYNAME in the group GROUPNAME to VALUE.
• ostreeconfigunset removes the key KEYNAME from the group GROUPNAME so that OSTree uses the default
value for it. It is not an error for the specified GROUPNAME or KEYNAME not to exist.
Example
$ostreeconfiggetcore.mode
bare
$ostreeconfigset--group='remote"myremote"'urlhttp://example.com/repo$ostreeconfigunsetcore.lock-timeout-secs
OSTree OSTREECONFIG(1)
Name
ostree-config - Change configuration settings
Synopsis
ostreeconfigget {GROUPNAME.KEYNAME}
ostreeconfigget {--group=GROUPNAME} {KEYNAME}
ostreeconfigset {GROUPNAME.KEYNAME} {VALUE}
ostreeconfigset {--group=GROUPNAME} {KEYNAME} {VALUE}
ostreeconfigunset {GROUPNAME.KEYNAME}
ostreeconfigunset {--group=GROUPNAME} {KEYNAME}
