Skip to content

Commit

Permalink
Cleaning up module name
Browse files Browse the repository at this point in the history
  • Loading branch information
RodoMa92 committed Apr 7, 2024
1 parent 306120f commit f8e31a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-kmod-vhba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')
RELEASE="$(rpm -E '%fedora')"


### BUILD wl (succeed or fail-fast with debug output)
### BUILD vhba (succeed or fail-fast with debug output)
rpm-ostree install \
akmod-vhba-*.fc${RELEASE}.${ARCH}
akmods --force --kernels "${KERNEL}" --kmod akmod-vhba
modinfo /usr/lib/modules/${KERNEL}/extra/akmod-vhba/akmod-vhba.ko.xz > /dev/null \
|| (find /var/cache/akmods/akmod-vhba/ -name \*.log -print -exec cat {} \; && exit 1)
akmods --force --kernels "${KERNEL}" --kmod vhba
modinfo /usr/lib/modules/${KERNEL}/extra/vhba/vhba.ko.xz > /dev/null \
|| (find /var/cache/akmods/vhba/ -name \*.log -print -exec cat {} \; && exit 1)

0 comments on commit f8e31a9

Please sign in to comment.