ublue/README.md

1.7 KiB

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