Skip to content

Commit 8a4fe19

Browse files
committed
docs: Clarify upgrades a bit
Signed-off-by: Colin Walters <[email protected]>
1 parent 41574e4 commit 8a4fe19

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,15 @@ drift in this scenario however.
111111
### Upgrading
112112

113113
Once a chosen container image is used as the boot source, further
114-
invocations of `bootc upgrade` will look for newer versions - again
115-
preserving state.
114+
invocations of `bootc upgrade` from the installed operating system
115+
will fetch updates from the container image registry.
116+
117+
This is backed today by ostree, implementing an A/B style upgrade system.
118+
Changes to the base image are staged, and the running system is not
119+
changed by default.
120+
121+
Use `bootc upgrade --apply` to apply updates; today this will always
122+
reboot.
116123

117124
# More links
118125

0 commit comments

Comments
 (0)