1OSTREE ADMIN SET-OR(1) ostree admin set-origin OSTREE ADMIN SET-OR(1)
2
3
4
6 ostree-admin-set-origin - Change the "origin" (location for upgrades)
7
9 ostree admin set-origin {REMOTENAME} {URL} [BRANCH]
10
12 Add a new remote named REMOTENAME (if it does not already exist). Then
13 change the origin file for the current deployment. This is the ref that
14 will be "tracked" and upgraded with ostree admin upgrade.
15
17 --set=KEY=VALUE
18 Set an option for the remote.
19
20 --index=INDEX
21 Change the origin of the deployment numbered INDEX (starting from
22 0).
23
25 $ ostree admin set-origin exampleos http://os.example.com/repo
26 exampleos/10.0/master/router
27
28
29
30OSTree OSTREE ADMIN SET-OR(1)