Gneiss is my custom build of Fedora Silverblue.
- Removes unwanted packages from the base image
- Adds additional packages from the official repositories
- Adds additional packages from rpmfusion and other third-party repositories
- Enables automatic updates using rpm-ostree
- Builds new images weekly using GitHub Actions
- And more!
- Install Fedora Silverblue
- Ensure your boot partition is at least 2 GB.
- Run
rpm-ostree rebase ostree-unverified-registry:ghcr.io/owendaprile/gneiss:<version> - Reboot your system
- Run
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/owendaprile/gneiss:<version> - (Optional) If your system does not have any Intel or NVIDIA GPUs and your
boot partition is below 2 GB, run the following command to exclude those
drivers from your initramfs.
rpm-ostree initramfs --enable --arg=/usr/lib/dracut/dracut.conf.d/60-amd-only.conf