Skip to content

Commit

Permalink
chore(automatic): replace all references to 'template'
Browse files Browse the repository at this point in the history
  • Loading branch information
marinmo committed Mar 10, 2024
1 parent 0f639ed commit 1570d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BlueBuild Template   [![build-ublue](https://github.com/blue-build/template/actions/workflows/build.yml/badge.svg)](https://github.com/blue-build/template/actions/workflows/build.yml)
# solid-wall-of-sound

See the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template.

Expand All @@ -13,15 +13,15 @@ To rebase an existing atomic Fedora installation to the latest build:

- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/blue-build/template:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/marinmo/solid-wall-of-sound:latest
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/blue-build/template:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/marinmo/solid-wall-of-sound:latest
```
- Reboot again to complete the installation
```
Expand Down

0 comments on commit 1570d76

Please sign in to comment.