From 83d86f9e49db442866fde45735c715805b62757f Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Thu, 19 Dec 2024 01:07:24 +0100 Subject: [PATCH] change to scx-scheds instead of scx-scheds-git and enable service --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98449d9..d789125 100644 --- a/Dockerfile +++ b/Dockerfile @@ -126,8 +126,8 @@ RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/ # Install Gwenview on host for full support for image formats such as HEIC RUN rpm-ostree install gwenview -# add cachyos-settings and scx-scheds-git -RUN rpm-ostree install scx-scheds-git +# add cachyos-settings and scx-scheds +RUN rpm-ostree install scx-scheds RUN rpm-ostree override remove zram-generator-defaults --install cachyos-settings # Install TeamViewer @@ -148,8 +148,8 @@ RUN rpm -e --nodeps zfs-fuse && rpm-ostree install https://zfsonlinux.org/fedora # Build ZFS module manually RUN dkms install zfs/$(ls /usr/src/ | grep zfs- | cut -d- -f2-) -k $(rpm -q --queryformat "%{VERSION}-%{RELEASE}.%{ARCH}\n" kernel-cachyos-lto) -# disable scx service -RUN systemctl disable scx.service +# enable scx service +RUN systemctl enable scx.service # Copy config files COPY etc /etc