New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/30930#issuecomment-841962709 Comment: OK, this now boots my ZFS setup and should be ready to merge. New changes: 1. ZFS hook recognize `root=zfs:` Dracut syntax. 2. ZFS hook imports pools `rw` by default. 3. Package tests work. 4. Kernel hook sets `umask 0077` because some setups (like that recommended by ZFSBootMenu) may place in the initramfs image secrets that should not be accessible to non-root users. 5. `mkinitcpio-udev` has been dropped and merged with `mkinitcpio`. As upstream strongly advises against disabling the `udev` hook, there is no reason to separate this hook into a standalone package.