change to scx-scheds instead of scx-scheds-git and enable service
This commit is contained in:
parent
26d34dec47
commit
83d86f9e49
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue