Skip to content

Commit

Permalink
docs: Clarify upgrades a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Nov 7, 2023
1 parent 41574e4 commit 8a4fe19
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,15 @@ drift in this scenario however.
### Upgrading

Once a chosen container image is used as the boot source, further
invocations of `bootc upgrade` will look for newer versions - again
preserving state.
invocations of `bootc upgrade` from the installed operating system
will fetch updates from the container image registry.

This is backed today by ostree, implementing an A/B style upgrade system.
Changes to the base image are staged, and the running system is not
changed by default.

Use `bootc upgrade --apply` to apply updates; today this will always
reboot.

# More links

Expand Down

0 comments on commit 8a4fe19

Please sign in to comment.