ublue-os / ucore

An OCI base image of Fedora CoreOS with batteries included
https://projectucore.io
Apache License 2.0
155 stars 32 forks source link

fix: run depmod after installing ZFS RPMs #105

Closed bsherman closed 9 months ago

bsherman commented 9 months ago

With zfs 2.1.x, this happened automatically. Though unclear why, it no longer seems to occur when installing the zfs 2.2.x RPMs in a container build (it does still work automatically on a non image-based Fedora system).

Manually running depmod, as in this commit, ensures the 2.2.x kmods load as expected.

Fixes: #88