diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-11-02 10:05:20 -0600 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-11-02 10:05:20 -0600 |
commit | 1d40ddbfd35fa500dcf4312621c235ffe86d28e5 (patch) | |
tree | 5ee40ae1aa5704ddf5666f59f8e64287e22c39d1 /README | |
parent | 0fc85c8670bfe2ea4af99765e79aaf789f3ed7e9 (diff) |
core: drop check for /etc/mtab
util-linux 2.27.1 now entirely stops looking at /etc/mtab, so we don't need to
verify /etc/mtab during early boot any more. Later on, tmpfiles.d/etc.conf will
fix /etc/mtab anyway, so there's not even a point in warning about it.
Drop test_mtab() and bump the util-linux dependency to >= 2.17.1.
Fixes #1495
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.27 (from util-linux) + libmount >= 2.27.1 (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.27 required + util-linux >= v2.27.1 required dbus >= 1.4.0 (strictly speaking optional, but recommended) dracut (optional) PolicyKit (optional) |