Skip to content

Commit

Permalink
swap to kernel-vanilla/fedora COPR
Browse files Browse the repository at this point in the history
  • Loading branch information
aussielunix committed Feb 17, 2024
1 parent 35ca4f2 commit 2dca712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-$(
rm -f /etc/yum.repos.d/_copr_ublue-os_staging.repo && \
rm -rf /tmp/* /var/*

# Add kernel-vanilla-stable COPR and install newer kernel and finalize container build.
# Add kernel-vanilla-fedora COPR and install newer kernel and finalize container build.
# https://coreos.github.io/rpm-ostree/ex-replace/
RUN wget "https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/stable/repo/fedora-rawhide/group_kernel-vanilla-stable-fedora-rawhide.repo" \
-O /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:group_kernel-vanilla:stable.repo && \
rpm-ostree override replace --experimental --freeze --from repo='copr:copr.fedorainfracloud.org:group_kernel-vanilla:stable' \
RUN wget "https://copr.fedorainfracloud.org/coprs/g/kernel-vanilla/fedora/repo/fedora-rawhide/group_kernel-vanilla-fedora-fedora-rawhide.repo" \
-O /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:group_kernel-vanilla:fedora.repo && \
rpm-ostree override replace --experimental --freeze --from repo='copr:copr.fedorainfracloud.org:group_kernel-vanilla:fedora' \
kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra && \
ostree container commit

0 comments on commit 2dca712

Please sign in to comment.