Add bash as a dependency, as the fsadm and lvmdump tools are bash
shell scripts.

Signed-off-by: Sven Püschel <[email protected]>

---
v2
- added
---
 rules/lvm2.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/lvm2.in b/rules/lvm2.in
index 032ed5006..8a6b26927 100644
--- a/rules/lvm2.in
+++ b/rules/lvm2.in
@@ -9,6 +9,7 @@ menuconfig LVM2
        select NCURSES
        select SYSTEMD                  if LVM2_SYSTEMD
        select LVM2_LIBDEVMAPPER_EVENT  if LVM2_LVM_TOOLS
+       select BASH                     if LVM2_LVM_TOOLS
        prompt "lvm2                          "
        help
          LVM2 refers to a new userspace toolset that provide logical volume 
management
-- 
2.47.3


Reply via email to