mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
some kernel fixes that were lost
This commit is contained in:
@@ -2,6 +2,8 @@ modules:
|
||||
- type: dnf
|
||||
repos:
|
||||
copr:
|
||||
- bieszczaders/kernel-cachyos-lto
|
||||
- bieszczaders/kernel-cachyos-addons
|
||||
- patrickl/wine-tkg
|
||||
- timlau/audio
|
||||
- alternateved/eza
|
||||
|
||||
@@ -1,7 +1,23 @@
|
||||
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
|
||||
|
||||
@@ -3,13 +3,25 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: miasma-os
|
||||
# description will be included in the image's metadata
|
||||
description: An personal spin based on Bazzite targeted towards musicians and music producers inspired by Fedora Jam
|
||||
description: An KDE based Universal Blue image 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/bazzite
|
||||
base-image: ghcr.io/ublue-os/kinoite
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user