1OSTREE ADMIN SET-DE(1) ostree admin set-default OSTREE ADMIN SET-DE(1)
2
3
4
6 ostree-admin-set-default - Make deployment at a given index the default
7 for the next boot
8
10 ostree admin set-default {INDEX}
11
13 Make the deployment at INDEX the default for the next boot.
14
16 $ ostree admin status
17
18 * exampleos 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
19 origin refspec: exampleos/buildmain/x86_64-runtime
20 exampleos ce19c41036cc45e49b0cecf6b157523c2105c4de1c.0
21 origin refspec: exampleos/buildmain/x86_64-runtime
22
23 $ ostree admin set-default 1
24
25 Transaction complete; bootconfig swap: deployment count change: 0
26
27 $ ostree admin status
28
29 exampleos ce19c41036cc45e49b0cecf6b157523c2105c4de1c.0
30 origin refspec: exampleos/buildmain/x86_64-runtime
31 * exampleos 67e382b11d213a402a5313e61cbc69dfd5ab93cb07.0
32 origin refspec: exampleos/buildmain/x86_64-runtime
33
34
35
36
37OSTree OSTREE ADMIN SET-DE(1)