summaryrefslogtreecommitdiffstats
path: root/contrib/dracut/90zfs/Makefile.am
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-06-10 18:26:37 +0200
committerBrian Behlendorf <[email protected]>2021-06-10 10:50:16 -0700
commit8dc540ae1601e4075da64ded1cb75406c4969f87 (patch)
tree901fce287e804696d2919201dde6107054fa5357 /contrib/dracut/90zfs/Makefile.am
parentefdfb14fc8c9b847c4758ea12842d82e79c40d5d (diff)
dracut: 90zfs: respect zfs_force=1 on systemd systems
On systemd systems provide an environment generator in order to respect the zfs_force=1 kernel command line option. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Nguyen <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #11403 Closes #12195
Diffstat (limited to 'contrib/dracut/90zfs/Makefile.am')
-rw-r--r--contrib/dracut/90zfs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/dracut/90zfs/Makefile.am b/contrib/dracut/90zfs/Makefile.am
index ff3a2b27f..3f7050300 100644
--- a/contrib/dracut/90zfs/Makefile.am
+++ b/contrib/dracut/90zfs/Makefile.am
@@ -10,7 +10,8 @@ pkgdracut_SCRIPTS = \
zfs-generator.sh \
zfs-load-key.sh \
zfs-needshutdown.sh \
- zfs-lib.sh
+ zfs-lib.sh \
+ import-opts-generator.sh
pkgdracut_DATA = \
zfs-env-bootfs.service \