This is a simple Sway Atomic image using BlueBuild docs. Just a few tweaks made to the default Ublue-os Fedora Sericea image.
- using Brave as default browser
- added Lutris as flatpak
- distrobox, neovim, fish, and other default apps installed.
- custom minimal configuration for sway
To rebase an existing atomic Fedora installation to the latest build:
NOTE
Use dragoncheese-os for AMD gpu
Use dragoncheese-nvidia for NVIDIA gpu
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/dragoncheeze/dragoncheese-os:latest
- Reboot to complete the rebase:
systemctl reboot
- Then rebase to the signed image (this is not optional):
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/dragoncheeze/dragoncheese-os:latest
- Reboot again to complete the installation
systemctl reboot
The latest
tag will automatically point to the latest build. That build will still always use the Fedora version specified in recipe.yml
, so you won't get accidentally updated to the next major version.
If build on Fedora Atomic, you can generate an offline ISO with the instructions available here. These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.
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/dragoncheeze/dragoncheese-os