diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-22 12:37:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-22 12:37:08 +0200 |
commit | fdbbad981cc5da8bb4ed7e9b6646e7a114745ec5 (patch) | |
tree | e7001182a3fbff9e77524c9ffea3ca412abf1d70 | |
parent | 48d3e8d07f2978f001cc85b2dddb7f8ec9d07006 (diff) |
README: simplify documented dependency on util-linux
we stritcly require features from util-linux v2.25, such a new version
is not optional, hence document this.
-rw-r--r-- | README | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -129,12 +129,8 @@ REQUIREMENTS: During runtime, you need the following additional dependencies: - util-linux >= v2.19 required for agetty -s - v2.21 required for tests in test/ - v2.25 required for fsck -l + util-linux >= v2.25 required dbus >= 1.4.0 (strictly speaking optional, but recommended) - sulogin (from util-linux >= 2.22 or sysvinit-tools, optional but recommended, - required for tests in test/) dracut (optional) PolicyKit (optional) |