diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-22 14:31:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-22 14:31:58 +0200 |
commit | 85fade1edbc3d6ccf7e0685bbf4790f30d35009e (patch) | |
tree | 01a941aae29368f4f0abd73b9548f0eec9bf0da8 /README | |
parent | 29e71235c7b3a1de6b89949e8a623397f4d411df (diff) | |
parent | d379d44255469f03994832ab5821bf1b9034f4dc (diff) |
Merge pull request #986 from karelzak/monitor
mount: use libmount to monitor mountinfo & utab
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,7 +122,7 @@ REQUIREMENTS: glibc >= 2.16 libcap - libmount >= 2.20 (from util-linux) + libmount >= 2.27 (from util-linux) libseccomp >= 1.0.0 (optional) libblkid >= 2.24 (from util-linux) (optional) libkmod >= 15 (optional) @@ -144,7 +144,7 @@ REQUIREMENTS: During runtime, you need the following additional dependencies: - util-linux >= v2.26 required + util-linux >= v2.27 required dbus >= 1.4.0 (strictly speaking optional, but recommended) dracut (optional) PolicyKit (optional) |