]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - modules.d/90stratis/module-setup.sh
stratis: Add additional binaries
[thirdparty/dracut.git] / modules.d / 90stratis / module-setup.sh
index 2787b63b37d3ff9a355a56a044771ca76b2464e4..29f0765b23a939c9130b0ca977b6eb6810690929 100755 (executable)
@@ -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"