Skip to content

Commit

Permalink
Update administration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Nov 18, 2024
1 parent e0708fd commit cbf8032
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _docs/administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,11 @@ Current booted image: ghcr.io/ublue-os/bluefin:gts
Current rollback state is native ostree
```

The `ghcr.io/ublue-os/bluefin:gts` is the important part, with `bluefin` being the image name, and the `:gts` being the image tag. That is the image you are currently on. Look for `:gts`, `:stable`, `:latest`, or in certain cases the version like `:39` or `:40`. Use the `bootc switch` command to move to a newer or older version:
The `ghcr.io/ublue-os/bluefin:gts` is the important part, with `bluefin` being the image name, and the `:gts` being the image tag. That is the image you are currently on. Look for `:gts`, `:stable`, `:latest`, or in certain cases the version like `:39` or `:40`.

> Pro Tip: Bluefin's [release notes](https://github.com/ublue-os/bluefin/releases) contain the stream switching instructions at the bottom of each release. This is useful if you're trying to nail down a regression in a specific package version.
> Pro Tip: Bluefin's [release notes](https://github.com/ublue-os/bluefin/releases) contain the stream switching instructions at the bottom of each release. This is useful if you're trying to nail down a regression in a specific package version.
Use the `bootc switch` command to move to a newer or older version

#### Manual Rebase Examples

Expand Down

0 comments on commit cbf8032

Please sign in to comment.