This is the start of a custom operating system. Very much a WIP.
Based on the Bluebuild Template.
Warning
This is an experimental feature, try at your own discretion.
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/cvsickle/cvos: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/cvsickle/cvos:latest
-
Reboot again to complete the installation
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.
If built on Fedora Atomic, you can generate an offline ISO with:
sudo bluebuild generate-iso --variant kinoite recipe recipes/recipe.ymlThe kinoite installer asks for a user and password before installing. The
silverblue variant creates the account on first boot instead, while the
server variant asks for a user during installation. The ISO installer gets
network support from Anaconda, not from the image's NetworkManager applets, so
the target machine must have a supported wired or wireless device available.
See the BlueBuild ISO instructions for more options. 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.
These images are signed with Sigstore's cosign. You can verify the signature by downloading the cosign.pub file from this repo and running the following command:
cosign verify --key cosign.pub ghcr.io/cvsickle/cvosVerify the recipe syntax using:
bluebuild generate -d ./recipes/recipe.ymlVerify the image builds using:
bluebuild build ./recipes/recipe.yml- Github - https://github.com/cvsickle/cvos
- All actions run on GitHub.
- Codeberg - https://codeberg.org/cvsickle/cvos
- Push/Pull mirror.
- Forgejo - https://git.cvsickle.com/cvsickle/cvos
- Pull mirror only.