stratis: Add additional binaries

Include all binaries that could be called by the daemon.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
master
Tony Asleson 2018-08-23 15:08:59 -05:00 committed by Harald Hoyer
parent 09ba1b289f
commit ae9bc0d72f
1 changed files with 2 additions and 2 deletions

View File

@ -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"