From b746088a6091165960d9494957fd67845f5832c0 Mon Sep 17 00:00:00 2001 From: Maxim Mikityanskiy Date: Mon, 19 Jan 2015 18:14:04 +0200 Subject: [PATCH] package/systemd: add missing dependencies Systemd depends on mount and nologin from util-linux. Mount from busybox is not fine, because its behavior differs from util-linux mount. Busybox mount does not handle correctly 'mount / -o remount' (should apply options from /etc/fstab). Nologin should be present, because systemd-sysusers uses it as shell for newly created system users. Signed-off-by: Maxim Mikityanskiy Reviewed-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- package/systemd/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 38353d047e..303cf2226c 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -20,6 +20,9 @@ config BR2_PACKAGE_SYSTEMD select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBBLKID select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT + select BR2_PACKAGE_UTIL_LINUX_BINARIES + select BR2_PACKAGE_UTIL_LINUX_MOUNT + select BR2_PACKAGE_UTIL_LINUX_NOLOGIN select BR2_PACKAGE_KMOD select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # kmod-tools select BR2_PACKAGE_KMOD_TOOLS -- 2.30.2