I was wondering how you compiled ZFS for the Interceptor OS. I would like to use the pre-built image but upgrade the ZFS kmod from 2.0 -> 2.1 (the userspace version is 2.1 already). When I download linux-headers and try to compile zfs with zfs-dkms, it's not building for the right kernel.
top of page
bottom of page
We're not doing anything special to build ZFS. Here is how we build 2.0.7:
# After downloading ZFS source from GitHub export ARCH=arm64 export CROSS_COMPILE=aarch64-linux-gnu- linux_src_path=$(pwd)/linux cd zfs ./configure \ --with-linux=$linux_src_path \ --host=aarch64-linux-gnu cd module make
Where linux_src_path is the Linux kernel (currently 5.10) we are using.
Very sorry for the delay, @Justin C. I'll get something together for you tomorrow. We've been crazy busy here. Thank you for being patient.