some kernel fixes that were lost
BIN
files/system/usr/share/wallpapers/6293645.jpg
Normal file
|
After Width: | Height: | Size: 957 KiB |
BIN
files/system/usr/share/wallpapers/8.jpg
Normal file
|
After Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 387 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 576 KiB |
|
Before Width: | Height: | Size: 234 KiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
After Width: | Height: | Size: 3.2 MiB |
|
After Width: | Height: | Size: 5.0 MiB |
@@ -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:
|
||||
|
||||