stratis: Add additional binaries
Include all binaries that could be called by the daemon. Signed-off-by: Tony Asleson <tasleson@redhat.com>master
parent
09ba1b289f
commit
ae9bc0d72f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# called by dracut
|
# called by dracut
|
||||||
check() {
|
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
|
return 255
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ installkernel() {
|
||||||
# called by dracut
|
# called by dracut
|
||||||
install() {
|
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
|
if dracut_module_included "systemd"; then
|
||||||
inst_simple "${moddir}/stratisd-init.service" "${systemdsystemunitdir}/stratisd-init.service"
|
inst_simple "${moddir}/stratisd-init.service" "${systemdsystemunitdir}/stratisd-init.service"
|
||||||
|
|
Loading…
Reference in New Issue