.
This commit is contained in:
parent
ce5ccdf3df
commit
12dfc52766
2 changed files with 5 additions and 5 deletions
|
|
@ -41,6 +41,11 @@ RUN rpm-ostree install gwenview
|
|||
RUN rpm-ostree install uksmd scx-scheds-git libcap-ng-devel procps-ng-devel
|
||||
RUN rpm-ostree override remove zram-generator-defaults --install cachyos-settings
|
||||
|
||||
# enable systemd services
|
||||
|
||||
RUN systemctl enable uksmd.service
|
||||
RUN systemctl enable scx.service
|
||||
|
||||
# Copy config files
|
||||
COPY etc /etc
|
||||
# Copy /usr
|
||||
|
|
|
|||
|
|
@ -48,11 +48,6 @@ cd /tmp
|
|||
# override and upgrade libbpf
|
||||
RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:bieszczaders:kernel-cachyos-addons libbpf
|
||||
|
||||
# enable systemd services
|
||||
|
||||
RUN systemctl enable uksmd.service
|
||||
RUN systemctl enable scx.service
|
||||
|
||||
COPY --from=akmods-builder /var/cache/akmods/*/* /tmp/nvidia
|
||||
|
||||
COPY install_cachyos_kernel.sh /tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue