Skip to content

ShadowOS-Linux/shadowos-xfce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShadowOS XFCE   bluebuild build badge iso build badge

I prohibit the usage of this software in areas where age verification is required by law.

I am therefore not responsible if you downloaded ShadowOS XFCE in those areas.

Installation

ISO

You can download the latest iso file from the actions page.

Rebase

Warning

This is an experimental feature, try at your own discretion.

Rebase an existing atomic Fedora installation to the latest build
  • First, make an environment variable for the variant of your choice:
ShadowOS XFCE (AMD/Intel)
VARIANT=shadowos-xfce
ShadowOS XFCE (NVIDIA) (GTX 16xx and RTX series)
VARIANT=shadowos-xfce-nvidia
ShadowOS XFCE (NVIDIA Legacy) (GTX 9xx-10xx series)
VARIANT=shadowos-xfce-nvidia-legacy
ShadowOS XFCE (AMD/Intel) with Steam
VARIANT=shadowos-xfce-steam
ShadowOS XFCE (NVIDIA) with Steam (GTX 16xx and RTX series)
VARIANT=shadowos-xfce-nvidia-steam
ShadowOS XFCE (NVIDIA Legacy) with Steam (GTX 9xx-10xx series)
VARIANT=shadowos-xfce-nvidia-legacy-steam
  • Then rebase to the unsigned image, to get the proper signing keys and policies installed:
    rpm-ostree rebase ostree-unverified-registry:ghcr.io/shadowos-linux/$VARIANT:latest
    
  • Reboot to complete the rebase:
    systemctl reboot
    
  • Then rebase to the signed image, like so:
    (source /etc/os-release && rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/$VARIANT_ID:latest)
    
  • Reboot again to complete the installation
    systemctl reboot
    
Rebase an existing ShadowOS XFCE installation to another variant
  • ShadowOS XFCE (Intel/AMD)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce:latest
    
  • ShadowOS XFCE (Nvidia) (GTX 16xx and RTX series)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia:latest
    
  • ShadowOS XFCE (Nvidia Legacy) (GTX 9xx-10xx series)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia-legacy:latest
    
  • ShadowOS XFCE (Intel/AMD) with Steam
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-steam:latest
    
  • ShadowOS XFCE (Nvidia) with Steam (GTX 16xx and RTX series)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia-steam:latest
    
  • ShadowOS XFCE (Nvidia Legacy) with Steam (GTX 9xx-10xx series)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-xfce-nvidia-legacy-steam:latest
    

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/shadowos-linux/shadowos-xfce

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from blue-build/template