]> granicus.if.org Git - zfs/commit
Fix initramfs missing systemd binaries
authorGeorge Diamantopoulos <georgediam@gmail.com>
Mon, 16 Jul 2018 22:11:36 +0000 (01:11 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Jul 2018 16:29:43 +0000 (09:29 -0700)
commitfb7307b8922e9eb7da430733d6665e06d2cb0bf5
treeb98f15f64fcb5374f7e9e98004d1841d40bafdc3
parent5fadb7fb0cc7429609f74c7f2221db882231fe3b
Fix initramfs missing systemd binaries

Systemd binaries necessary for mounting an encrypted root dataset
weren't copied to initramfs generated by dracut. This patch fixes
this and copies these binaries unconditionally, that is
regardless of whether native ZFS encryption is used for the
root dataset.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Diamantopoulos <georgediam@gmail.com>
Closes #7607
Closes #7719
contrib/dracut/90zfs/module-setup.sh.in