From: Tony Asleson Date: Thu, 23 Aug 2018 20:08:59 +0000 (-0500) Subject: stratis: Add additional binaries X-Git-Tag: 049~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9bc0d72ffea2c960c95d7b705b1b76ae53d692;p=thirdparty%2Fdracut.git stratis: Add additional binaries Include all binaries that could be called by the daemon. Signed-off-by: Tony Asleson --- diff --git a/modules.d/90stratis/module-setup.sh b/modules.d/90stratis/module-setup.sh index 2787b63b3..29f0765b2 100755 --- a/modules.d/90stratis/module-setup.sh +++ b/modules.d/90stratis/module-setup.sh @@ -2,7 +2,7 @@ # called by dracut check() { - require_binaries stratisd-init thin_check thin_repair || return 1 + require_binaries stratisd-init thin_check thin_repair mkfs.xfs xfs_admin xfs_growfs || return 1 return 255 } @@ -20,7 +20,7 @@ installkernel() { # called by dracut install() { - inst_multiple stratisd-init thin_check thin_repair + inst_multiple stratisd-init thin_check thin_repair mkfs.xfs xfs_admin xfs_growfs if dracut_module_included "systemd"; then inst_simple "${moddir}/stratisd-init.service" "${systemdsystemunitdir}/stratisd-init.service"