Skip to content

Commit

Permalink
chore(automatic): replace all reference to template in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe1369 committed Jun 19, 2024
1 parent 70399e5 commit d051097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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)
# moe.os   [![build-ublue](https://github.com/moe1369/moe.os/actions/workflows/build.yml/badge.svg)](https://github.com/moe1369/moe.os/actions/workflows/build.yml)

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/moe1369/moe.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/blue-build/template:latest
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/moe1369/moe.os:latest
```
- Reboot again to complete the installation
```
Expand All @@ -39,5 +39,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/blue-build/template
cosign verify --key cosign.pub ghcr.io/moe1369/moe.os
```

0 comments on commit d051097

Please sign in to comment.