Skip to content

Blue-OS Fedora Kionite image with a few modifications for gaming

License

Notifications You must be signed in to change notification settings

thedeveloperever/tos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tOS   bluebuild build badge

This is a Blue-OS Fedora Kionite image with a few modifications for gaming

Installation

To rebase an existing Fedora Kinoite/Aurora Linux (both are tested and work fine) installation to the latest build:

  • First rebase to the unsigned image, to get the proper signing keys and policies installed:
    sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/thedeveloperever/tos:latest
    
  • Reboot to complete the rebase:
    sudo systemctl reboot
    
  • Then rebase to the signed image, like so:
    sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/thedeveloperever/tos:latest
    
  • Reboot again to complete the installation
    sudo systemctl reboot
    

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/thedeveloperever/tos