[dracut] include zfs-load-module.service
The newly created zfs-load-module.service
is Required=
in zfs-import-cache.service
. Because this is not included in the dracut image, dracut boot may fail on zfs-on-root configurations. (Note this concerns the unreleased version of the Debian packaging).
This adjusts 2100-zfs-load-module.patch
to modify contrib/dracut/90zfs/module-setup.sh.in
to ensure that zfs-load-module.service
is always included.
Aside: I did not mark_hostonly
, because I don't think I fully understand the implications of that.