No description
Find a file
2026-02-26 12:15:15 -08:00
.github fix: enable maximize build space to fix out of space error in build workflow 2025-11-18 19:15:53 -08:00
files Add mousetail gnome extension 2026-01-15 15:07:24 -08:00
modules Major refactor to blue-build to allow more complex builds 2024-11-13 20:44:18 -08:00
recipes Add mpv & chromium packages, explicitly add gnome extensions to be installed system-wide 2026-02-26 12:15:15 -08:00
.gitignore Major refactor to blue-build to allow more complex builds 2024-11-13 20:44:18 -08:00
cosign.pub Add cosign.pub 2024-04-22 12:06:49 -07:00
LICENSE Initial commit 2024-04-22 11:51:38 -07:00
README.md Split recipe into common-modules.yml, and recipe_gnome.yml. Add recipe_gnome-nvidia-open and update build.yml to support building a new nvidia-compatible image in addition to the normal gnome image 2025-06-04 23:01:23 -07:00

ublue-custom   bluebuild build badge

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-badblocks-gnome: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-badblocks-gnome:latest
    
  • Reboot again to complete the installation
    systemctl reboot
    

Images

Currently the following images are available:

  • bazzite-badblocks-gnome
  • bazzite-badblocks-gnome-nvidia-open

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