Comment 2 for bug 1737592

Revision history for this message
Scott Moser (smoser) wrote :

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