We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28b256 commit 4bd33a7Copy full SHA for 4bd33a7
1 file changed
sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-fs/zfs-kmod
@@ -1,3 +1,6 @@
1
+: ${MODULES_ROOT:=$(echo ${SYSROOT}/lib/modules/*)}
2
+KERNEL_DIR="${MODULES_ROOT}/build"
3
+
4
# This addresses an issue with the kernel version compatibility check
5
# when installing zfs-kmod to /build/<arch> (e.g. via build_packages)
6
# from its binpkg (i.e. not recompiling it).
0 commit comments