Skip to content

Commit

Permalink
fix: correct zfs install (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jul 15, 2024
1 parent 6cd71c1 commit e35a354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/base/install-akmods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 36,7 @@ fi
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/negativo17-fedora-multimedia.repo

# ZFS for gts/stable
if [[ ${AKMODS_FLAVOR} == "coreos" ]]; then
if [[ ${AKMODS_FLAVOR} =~ "coreos" ]]; then
rpm-ostree install /tmp/akmods-rpms/kmods/zfs/*.rpm \
pv
depmod -a -v "${KERNEL}"
Expand Down

0 comments on commit e35a354

Please sign in to comment.