feat: Add zfs-dracut to fedora-coreos and ucore (#186)

Co-authored-by: Thomas Wiest <twg-github@wiestfamily.org>
This commit is contained in:
Thomas Wiest
2024-09-02 12:49:36 -04:00
committed by GitHub
parent 5326dbbf7b
commit aeacfa53d2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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