home: hub: mkinitfs

Download patch

ref: bd38f0777f97224ceecf519dd0620d2f8a3839f2
parent: c523f72d4adb2eef8017388b96af71846b77e257
author: omni <omni+alpine@hack.org>
date: Fri Nov 17 21:11:29 CST 2023

features: support zfs 2.2.x

ZFS has merged all but the spl kernel module into the zfs module

https://github.com/openzfs/zfs/commit/ad9e767657c3d3c0ec9e09a17f6732bcbf915401

These two modules now appear as

  /lib/modules/*/extra/spl.ko.gz
  /lib/modules/*/extra/zfs.ko.gz

This change allows for both pre and post ZFS 2.2.x kmod installations.

--- a/features.d/zfs.modules
+++ b/features.d/zfs.modules
@@ -1,7 +1,7 @@
 extra/avl
 extra/nvpair
-extra/spl
+extra/spl*
 extra/unicode
 extra/zcommon
-extra/zfs
+extra/zfs*
 extra/zpios