Skip to content

Commit

Permalink
fix: Be selective in which kmods are brought into main. (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jul 19, 2023
1 parent 09c59b5 commit aac58b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ for REPO in $(rpm -ql ublue-os-akmods-addons|grep ^"/etc"|grep repo$); do
sed -i '0,/enabled=0/{s/enabled=0/enabled=1/}' ${REPO}
done

rpm-ostree install /tmp/akmods-rpms/kmods/*.rpm
rpm-ostree install \
/tmp/akmods-rpms/kmods/*v4l2loopback*.rpm \
/tmp/akmods-rpms/kmods/*xpadneo*.rpm

for REPO in $(rpm -ql ublue-os-akmods-addons|grep ^"/etc"|grep repo$); do
echo "akmods: disable per defaults: ${REPO}"
Expand Down

0 comments on commit aac58b0

Please sign in to comment.