Replies: 2 comments
-
This might help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Don't see any reference to this in the doc. Here is the Gentoo way:
https://wiki.gentoo.org/wiki/ZFS#Installing_into_the_kernel_directory_.28for_static_installs.29
Basically boils down to:
```
..
./configure --enable-linux-builtin
..
./copy-builtin /usr/src/linux
..
```
Add ```CONFIG_SPL=y``` and ```CONFIG_ZFS=y``` in the kernel's .config
```$ make oldconfig```
in the kernel tree should help with that.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know its possible.
Any scripts existing to move sources of zfs and make instructions to Linux build three?
Thanks and
Best regards
Beta Was this translation helpful? Give feedback.
All reactions