diff --git a/recipes/common/copr-packages.yml b/recipes/common/copr-packages.yml index 0319387..dd533ea 100644 --- a/recipes/common/copr-packages.yml +++ b/recipes/common/copr-packages.yml @@ -2,8 +2,6 @@ modules: - type: dnf repos: copr: - - bieszczaders/kernel-cachyos-lto - - bieszczaders/kernel-cachyos-addons - patrickl/wine-tkg - timlau/audio - alternateved/eza diff --git a/recipes/common/fedora-packages.yml b/recipes/common/fedora-packages.yml index 4c7526d..363f9e4 100644 --- a/recipes/common/fedora-packages.yml +++ b/recipes/common/fedora-packages.yml @@ -1,23 +1,7 @@ modules: - - type: dnf - remove: - packages: - - zram-generator-defaults - - type: dnf install: packages: - # CachyOS kernel performance companion packages - # cachyos-settings: kernel tunables and sysctl optimisations from CachyOS - # cachyos-ksm-settings: Kernel Samepage Merging tuning (reduces RAM usage) - # scx-manager / scx-scheds / scx-tools: sched-ext schedulers; - # scx_lavd is ideal for low-latency realtime audio workloads - - cachyos-settings - - cachyos-ksm-settings - - scx-manager - - scx-scheds-git - - scx-tools-git - # useful tools - zsh - openssl diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 9b16fd7..394ee54 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -3,25 +3,13 @@ # image will be published to ghcr.io// name: miasma-os # description will be included in the image's metadata -description: A personal spin based on Kinoite targeted towards musicians and music producers, with the CachyOS kernel for low-latency performance +description: An personal spin based on Bazzite targeted towards musicians and music producers inspired by Fedora Jam # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/kinoite-main +base-image: ghcr.io/ublue-os/bazzite image-version: latest # latest is also supported if you want new updates ASAP modules: - # Add CachyOS repos first so the kernel swap script can use them - - type: dnf - repos: - copr: - - bieszczaders/kernel-cachyos-lto - - bieszczaders/kernel-cachyos-addons - - # Swap stock Fedora kernel for CachyOS LTO kernel - - type: script - scripts: - - cachyos-kernel.sh - - type: dnf install: packages: