]> git.proxmox.com Git - mirror_zfs.git/commit
include systemd overrides to zfs-dracut module
authorVince van Oosten <techhazard@codeforyouand.me>
Sun, 23 Oct 2022 08:55:46 +0000 (10:55 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Nov 2022 19:23:44 +0000 (12:23 -0700)
commitb10f73f78eb223dd799a87474c537a69113edee1
tree5924a4ef8a5235a9d4bf2a630783aebe367bf1c7
parent748b9d5bda935d126eeb62acab86c95e8b2ccac3
include systemd overrides to zfs-dracut module

If a user that uses systemd and dracut wants to overide certain
settings, they typically use `systemctl edit [unit]` or place a file in
`/etc/systemd/system/[unit].d/override.conf` directly.

The zfs-dracut module did not include those overrides however, so this
did not have any effect at boot time.

For zfs-import-scan.service and zfs-import-cache.service, overrides are
now included in the dracut initramfs image.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Vince van Oosten <techhazard@codeforyouand.me>
Closes #14075
Closes #14076
contrib/dracut/90zfs/module-setup.sh.in