Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 2/2] systemd: select fsck wrapper from util-linux
@ 2017-04-10  3:54 Carlos Santos
  2017-04-10  9:19 ` Arnout Vandecappelle
  0 siblings, 1 reply; 10+ messages in thread
From: Carlos Santos @ 2017-04-10  3:54 UTC (permalink / raw)
  To: buildroot

Select the fsck required by systemd provided by util-linux. This
prevents ending up with fsck from busybox, which is incompatible
with systemd.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
---
 package/systemd/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 0f54686..f5eb9d0 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -22,6 +22,9 @@ menuconfig BR2_PACKAGE_SYSTEMD
 	select BR2_PACKAGE_UTIL_LINUX_BINARIES
 	select BR2_PACKAGE_UTIL_LINUX_MOUNT
 	select BR2_PACKAGE_UTIL_LINUX_NOLOGIN
+	select BR2_PACKAGE_UTIL_LINUX_FSCK
+	select BR2_PACKAGE_E2FSPROGS
+	select BR2_PACKAGE_E2FSPROGS_E2FSCK
 	select BR2_PACKAGE_KMOD
 	select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # kmod-tools
 	select BR2_PACKAGE_KMOD_TOOLS
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-04-12  7:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10  3:54 [Buildroot] [PATCH v5 2/2] systemd: select fsck wrapper from util-linux Carlos Santos
2017-04-10  9:19 ` Arnout Vandecappelle
2017-04-10 11:49   ` [Buildroot] [PATCH v6 1/2] e2fsprogs: refactor to fix conflicts with busybox and util-linux Carlos Santos
2017-04-10 11:49     ` [Buildroot] [PATCH v6 2/2] systemd: select fsck wrapper from util-linux Carlos Santos
2017-04-10 22:05       ` Arnout Vandecappelle
2017-04-10 12:45     ` [Buildroot] [PATCH v6 1/2] e2fsprogs: refactor to fix conflicts with busybox and util-linux Arnout Vandecappelle
2017-04-11 16:59       ` Carlos Santos
2017-04-11 22:14         ` Arnout Vandecappelle
2017-04-11 23:09           ` Carlos Santos
2017-04-12  7:30             ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox