diff options
author | Chris Leech <cleech@redhat.com> | 2014-11-23 20:33:37 -0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-28 14:30:50 -0500 |
commit | 8d3ae2bd4c9bf9fc2e57f7b3776325a1c750ca30 (patch) | |
tree | d01d4e37605a9916062c63cb108f5ca6903e9297 /README | |
parent | 8c8549db376ce9325e5a7547959ab7d9218505b7 (diff) |
mount: use libmount to enumerate /proc/self/mountinfo
This lets libmount add in user options from /run/mount/utab, like
_netdev which is needed to get proper ordering against remote-fs.target
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ REQUIREMENTS: glibc >= 2.14 libcap + libmount >= 2.20 (from util-linux) libseccomp >= 1.0.0 (optional) libblkid >= 2.20 (from util-linux) (optional) libkmod >= 15 (optional) |