No description
| .github | ||
| files | ||
| modules | ||
| recipes | ||
| .gitignore | ||
| cosign.pub | ||
| LICENSE | ||
| README.md | ||
ublue-custom 
See the BlueBuild docs 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.
Installation
Warning
This is an experimental feature, try at your own discretion. First, install Bazzite normally, then rebase to this custom version!
To rebase an existing atomic Fedora installation to this build, including Bazzite:
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/badbl0cks/bazzite-gnome-badblocks: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/badbl0cks/bazzite-gnome-badblocks:latest - Reboot again to complete the installation
systemctl reboot
Images
Currently the following images are available:
- bazzite-gnome-badblocks (Desktop gaming)
- ucore-hci-badblocks (Server/NAS-oriented)
Verification
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/badbl0cks/bazzite-custom