Skip to content

Commit

Permalink
fix: missing module map files for zfs
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Dec 1, 2024
1 parent e3e985a commit 6c49035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ echo '
omit_dracutmodules+=" zfs "
' > /usr/lib/dracut/dracut.conf.d/99-omit-zfs.conf


KERNEL_VERSION=$(skopeo inspect docker://ghcr.io/ublue-os/akmods:coreos-testing-41 | jq -r '.Labels["ostree.linux"]')
depmod -a -v ${KERNEL_VERSION}
2 changes: 1 addition & 1 deletion recipes/common/zfs-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ modules:
- RUN rpm-ostree install pv /tmp/rpms/kmods/zfs/*.rpm /tmp/rpms/kmods/zfs/other/zfs-dracut-*.rpm
- type: script
scripts:
- excludezfs.sh
- zfspostinstall.sh

0 comments on commit 6c49035

Please sign in to comment.