From 82957348c38cff8ba290b6724aa60f425091d48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 15 May 2016 23:52:51 +0100 Subject: strata/core/util-linux.morph: Compile with --enable-libmount-force-mountinfo Required by systemd (see systemd README) Change-Id: I65d8dae4c31c31ddc4de8fa90f4faa83518c20d3 --- strata/core/util-linux.morph | 1 + 1 file changed, 1 insertion(+) diff --git a/strata/core/util-linux.morph b/strata/core/util-linux.morph index 1ec7f8e2..a685af9c 100644 --- a/strata/core/util-linux.morph +++ b/strata/core/util-linux.morph @@ -7,5 +7,6 @@ configure-commands: # Installing to /bin so that they overwrite busybox login. - | ./configure --prefix="$PREFIX" \ + --enable-libmount-force-mountinfo \ --disable-use-tty-group \ --bindir=/bin -- cgit v1.2.1