As a work around you can specifically add the zfs module (if its in your kernel) with:
$ cat /etc/initramfs-tools/hooks/zfs #!/bin/sh . /usr/share/initramfs-tools/hook-functions
manual_add_modules zfs
$ update-initramfs -u -k all
As a work around you can specifically add the zfs module (if its in your kernel) with:
$ cat /etc/initramfs- tools/hooks/ zfs initramfs- tools/hook- functions
#!/bin/sh
. /usr/share/
manual_add_modules zfs
$ update-initramfs -u -k all