Updated readme

This commit is contained in:
2025-05-06 17:44:32 -04:00
parent e0214002fe
commit 08186c5a9d

View File

@@ -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) # 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. 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.
After setup, it is recommended you update this README to describe your custom image.
## Installation ## Installation
@@ -28,16 +26,4 @@ To rebase an existing atomic Fedora installation to the latest build:
systemctl reboot 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. 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
```