diff --git a/README.md b/README.md index 16bc3ba..6a9838f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # hydro-os   [![bluebuild build badge](https://github.com/eriq12/hydro-os/actions/workflows/build.yml/badge.svg)](https://github.com/eriq12/hydro-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. - -After setup, it is recommended you update this README to describe your custom image. +This is a personal OS distro that I am using to learn more about the technolgies behind Bluebuild and possibly to later learn about hosting a git server, container repositiories, and actions. ## Installation @@ -28,16 +26,4 @@ To rebase an existing atomic Fedora installation to the latest build: systemctl reboot ``` -The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version. - -## ISO - -If build on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting. - -## Verification - -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/eriq12/hydro-os -``` +The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version. \ No newline at end of file