Reapply "Switch installed kernel to test version"
This reverts commit 8ca2e87093.
# Conflicts:
# Dockerfile
This commit is contained in:
parent
73890b08c4
commit
57f9f17c32
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
FROM quay.io/almalinuxorg/atomic-desktop-kde:10
|
||||
|
||||
|
||||
ARG KERNEL=kernel-cachyos-lts-lto-skylake
|
||||
ARG KERNEL=kernel-cachyos-lto-skylake-test
|
||||
ENV KERNEL=${KERNEL}
|
||||
|
||||
# Get list of kernels from my repo. If the list has been updated, then the image will be rebuilt. If it hasn't been updated, then caching of the previous build will be used.
|
||||
ADD "https://copr.fedorainfracloud.org/api_3/build/list?ownername=andersrh&projectname=my-ostree-os&packagename=kernel-cachyos-lts-lto-skylake" /tmp/builds.txt
|
||||
ADD "https://copr.fedorainfracloud.org/api_3/build/list?ownername=andersrh&projectname=my-ostree-os&packagename=kernel-cachyos-lto-skylake-test" /tmp/builds.txt
|
||||
|
||||
RUN echo 'omit_drivers+=" nouveau "' | tee /etc/dracut.conf.d/blacklist-nouveau.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue