Skip to content

Commit

Permalink
Removing EVDI module
Browse files Browse the repository at this point in the history
It is truly broken.
  • Loading branch information
bennothommo committed Sep 26, 2024
1 parent e6307a3 commit 6f21430
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG}

COPY --from=ghcr.io/ublue-os/akmods-extra:fsync-40 /rpms/ /tmp/rpms

# Install EVDI kernel module
RUN curl -o /etc/yum.repos.d/fedora-multimedia.repo https://negativo17.org/repos/fedora-multimedia.repo \
&& find /tmp/rpms \
&& rpm-ostree install /tmp/rpms/kmods/kmod-evdi*.rpm \
&& rm -rf /tmp/rpms

COPY build.sh /tmp/build.sh

RUN mkdir -p /var/lib/alternatives && \
Expand Down

0 comments on commit 6f21430

Please sign in to comment.