Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

c0deplayer/silverflow-old

 
 

Repository files navigation

SilverFlow

build-ublue

SilverFlow is based on ublue-os/startingpoint, which makes it easy to create your own custom image-based Fedora experience. For more information, see the uBlue homepage and the main uBlue repo.

Installation

Warning

Currently, the system is undergoing constant changes, such as system hardening, package replacement or other experiments (not sure how long).

Note

I recommend either using one of the main uBlue images or creating your own

Recommended: Use the latest ISO from the Releases page

Rebase an existing Silverblue/Kinoite installation
  1. Rebase to the unsigned image to install the proper signing keys and policies:

    rpm-ostree rebase ostree-unverified-registry:ghcr.io/c0deplayer/silverflow-nvidia:latest
    

    This repository builds date tags as well, so if you want to rebase to a particular day's build:

    rpm-ostree rebase ostree-unverified-registry:ghcr.io/c0deplayer/silverflow-nvidia:20231005
    
  2. Reboot to complete the rebase:

    systemctl reboot
    
  3. After first boot, the first time that ublue-update runs it will automatically rebase you onto the signed image.

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/c0deplayer/silverflow-nvidia