change to scx-scheds instead of scx-scheds-git and enable service

This commit is contained in:
Anders Rytter Hansen 2024-12-19 01:07:24 +01:00
commit 83d86f9e49

View file

@ -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