When only selecting PTXCONF_UTIL_LINUX_FINDMNT and no other UTIL_LINUX
tool, targetinstall failed because the 'findmnt' binary was not built,
and thus could not be found. New dependencies where deduced by looking
at the source of misc-utils/findmnt.c in upstream util-linux code.
Fixes: f64a42bc82ec ("util-linux: add support for enabling the findmnt command")
Signed-off-by: Alexander Dahl <[email protected]>
---
rules/util-linux.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/rules/util-linux.in b/rules/util-linux.in
index 5f7fbd269..2ffb1c68d 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -99,6 +99,9 @@ comment "BusyBox' fdisk is selected!"
config UTIL_LINUX_FINDMNT
bool
prompt "findmnt"
+ select UTIL_LINUX_LIBBLKID
+ select UTIL_LINUX_LIBMOUNT
+ select UTIL_LINUX_LIBSMARTCOLS
help
findmnt - Find a mounted device from its mountpoint and vise versa
base-commit: fd0dc47b258aac09ab961199a3c00ecddf98f244
--
2.47.3