What does one have to do to get a kernel with zfs.ko build these days?
I am trying to build my own kernel, as the NKPT value of the stock kernel is too low to be suitable for PXE network booting a mfsroot ramdisk image.
However I noticed that when I build my own kernel, it does not have ZFS support.
- based on another forum post I added WITH_ZFS=YES to /etc/make.conf and did buildkernel/installkernel again, but no difference. There is no zfs.ko and calling the
- my kernel configuration is just a copy of GENERIC with options NKPT=100 added.
I am trying to build my own kernel, as the NKPT value of the stock kernel is too low to be suitable for PXE network booting a mfsroot ramdisk image.
However I noticed that when I build my own kernel, it does not have ZFS support.
- based on another forum post I added WITH_ZFS=YES to /etc/make.conf and did buildkernel/installkernel again, but no difference. There is no zfs.ko and calling the
zfs
command line tools results in internal error: failed to initialize ZFS library- my kernel configuration is just a copy of GENERIC with options NKPT=100 added.