docs: update branch examples for 'rebase' command
The old branch examples use Fedora 26 which is almost EOL. The new Fedora 27 examples show off the various `testing` and `updates` branches, as well as the support for different arches. Closes: #1175 Approved by: cgwalters
This commit is contained in:
parent
37273705dd
commit
f4877419ac
@ -83,9 +83,15 @@ rpm-ostree rebase -b $branchname
|
||||
Your operating system vendor may provide multiple base branches. For example,
|
||||
Fedora Atomic Host has branches of the form:
|
||||
|
||||
- `fedora/26/x86_64/atomic-host`
|
||||
- `fedora/26/x86_64/updates-testing/atomic-host`
|
||||
- `fedora/27/x86_64/atomic-host`
|
||||
- `fedora/27/aarch64/atomic-host`
|
||||
- `fedora/27/aarch64/testing/atomic-host`
|
||||
- `fedora/27/aarch64/updates/atomic-host`
|
||||
- `fedora/27/ppc64le/atomic-host`
|
||||
- `fedora/27/ppc64le/testing/atomic-host`
|
||||
- `fedora/27/ppc64le/updates/atomic-host`
|
||||
- `fedora/27/x86_64/atomic-host`
|
||||
- `fedora/27/x86_64/testing/atomic-host`
|
||||
- `fedora/27/x86_64/updates/atomic-host`
|
||||
|
||||
You can use the `rebase` command to switch between these; this can represent a
|
||||
major version upgrade, or logically switching between different "testing"
|
||||
|
Loading…
Reference in New Issue
Block a user