switching from cachy to bazzite kernel

This commit is contained in:
tumillanino
2026-04-09 16:33:56 +10:00
parent 3f52e6286f
commit 57fdc02539
157 changed files with 6309 additions and 7 deletions

View File

@@ -10,17 +10,26 @@ base-image: quay.io/fedora-ostree-desktops/kinoite
image-version: 43
modules:
# Add CachyOS repos first so the kernel swap script can use them
# Swap stock Fedora kernel for Bazzite kernel
- type: script
scripts:
- bazzite-kernel.sh
# Install SCX scheduler (works with Bazzite kernel's sched-ext support)
- type: dnf
repos:
copr:
- bieszczaders/kernel-cachyos-lto
- bieszczaders/kernel-cachyos-addons
install:
install-weak-deps: false
packages:
- scx-scheds-git
- scx-manager
# Swap stock Fedora kernel for CachyOS LTO kernel
- type: script
scripts:
- cachyos-kernel.sh
- type: systemd
system:
enabled:
- scx_loader.service
- type: dnf
install: