Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Ogglord/birdie
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogglord committed May 14, 2024
2 parents ade1916 + 973d278 commit f32ed10
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
Expand Up @@ -6,15 +6,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/Ogglord/birdie-os:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ogglord/birdie-os: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/Ogglord/birdie-os:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ogglord/birdie-os:latest
```
- Reboot again to complete the installation
```
Expand All @@ -32,5 +32,5 @@ If build on Fedora Atomic, you can generate an offline ISO with the instructions
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:

```bash
cosign verify --key cosign.pub ghcr.io/Ogglord/birdie-os
cosign verify --key cosign.pub ghcr.io/ogglord/birdie-os
```

0 comments on commit f32ed10

Please sign in to comment.