From: Lennart Poettering Date: Fri, 8 Apr 2016 17:13:43 +0000 (+0200) Subject: README: document that we only support util-linux built with --enable-libmount-force... X-Git-Tag: v230~185^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5bd92bbbe578d96b3905832cd3ccdb9249e620c;p=thirdparty%2Fsystemd.git README: document that we only support util-linux built with --enable-libmount-force-mountinfo Fixes: #2978 --- diff --git a/NEWS b/NEWS index b75638ed360..58a0f032a86 100644 --- a/NEWS +++ b/NEWS @@ -417,6 +417,9 @@ CHANGES WITH 228: https://sourceware.org/bugzilla/show_bug.cgi?id=19108 + Note that only util-linux versions built with + --enable-libmount-force-mountinfo are supported. + * Support for the ".snapshot" unit type has been removed. This feature turned out to be little useful and little used, and has now been removed from the core and from systemctl. diff --git a/README b/README index 0118c102f6e..ca8993cb128 100644 --- a/README +++ b/README @@ -118,6 +118,7 @@ REQUIREMENTS: glibc >= 2.16 libcap libmount >= 2.27.1 (from util-linux) + (util-linux *must* be built with --enable-libmount-force-mountinfo) libseccomp >= 1.0.0 (optional) libblkid >= 2.24 (from util-linux) (optional) libkmod >= 15 (optional)