Git Product home page Git Product logo

silverflow's Introduction

SilverFlow   build-ublue

SilverFlow is based on build-blue/template, which makes it easy to create your own custom image-based Fedora experience.

See the BlueBuild docs for quick setup instructions for setting up your own repository.

Installation

Note

For most users, I would recommend looking into either Bluefin or Bazzite, or, for tinkerers, I recommend making your own.

ISOs

The currently-recommended method is to build an ISO using podman, then install SilverFlow from there

Podman:

sudo podman run --rm --privileged --volume .:/isogenerator/output --security-opt label=disable --pull=newer \
-e VERSION=39 -e IMAGE_REPO=ghcr.io/c0deplayer -e IMAGE_NAME=silverflow-nvidia \
-e IMAGE_TAG=latest -e VARIANT=Silverblue ghcr.io/ublue-os/isogenerator:39

Docker:

sudo docker run --rm --privileged --volume .:/isogenerator/output \
-e VERSION=39 -e IMAGE_REPO=ghcr.io/c0deplayer -e IMAGE_NAME=silverflow-nvidia \
-e IMAGE_TAG=latest -e VARIANT=Silverblue ghcr.io/ublue-os/isogenerator:39

Rebase

You can also rebase an existing Silverblue/Kinoite installation to the latest build:

  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. Then, rebase onto the signed image:

    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/c0deplayer/silverflow-nvidia:latest
    systemctl reboot
    

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

silverflow's People

Contributors

adamisrael avatar arcitec avatar azmodude avatar bpbeatty avatar c0deplayer avatar castrojo avatar dependabot[bot] avatar dperson avatar eyecantcu avatar fiftydinar avatar gerblesh avatar github-actions[bot] avatar iamcult avatar inffy avatar ivercoder avatar jeffwindsor avatar jh-devv avatar jossamloh avatar kylegospo avatar lorduskordus avatar marcoceppi avatar mjs avatar p5 avatar plata avatar qoijjj avatar ribbanya avatar tulilirockz avatar waffleophagus avatar xynydev avatar z0rrn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.