diff --git a/fedora-coreos/install.sh b/fedora-coreos/install.sh index c77def9..8849298 100755 --- a/fedora-coreos/install.sh +++ b/fedora-coreos/install.sh @@ -51,7 +51,7 @@ fi ## CONDITIONAL: install ZFS if [[ "-zfs" == "${ZFS_TAG}" ]]; then - rpm-ostree install pv /tmp/rpms/akmods-zfs/kmods/zfs/*.rpm + rpm-ostree install pv /tmp/rpms/akmods-zfs/kmods/zfs/*.rpm /tmp/rpms/akmods-zfs/kmods/zfs/other/zfs-dracut-*.rpm # for some reason depmod ran automatically with zfs 2.1 but not with 2.2 depmod -A ${KERNEL_VERSION} fi diff --git a/ucore/install-ucore-minimal.sh b/ucore/install-ucore-minimal.sh index c5384f9..5d080f4 100755 --- a/ucore/install-ucore-minimal.sh +++ b/ucore/install-ucore-minimal.sh @@ -54,7 +54,7 @@ fi ## CONDITIONAL: install ZFS (and sanoid deps) if [[ "-zfs" == "${ZFS_TAG}" ]]; then - rpm-ostree install pv /tmp/rpms/akmods-zfs/kmods/zfs/*.rpm + rpm-ostree install pv /tmp/rpms/akmods-zfs/kmods/zfs/*.rpm /tmp/rpms/akmods-zfs/kmods/zfs/other/zfs-dracut-*.rpm # for some reason depmod ran automatically with zfs 2.1 but not with 2.2 depmod -A ${KERNEL_VERSION} fi