Commit b57c2211 by Daniel Lezcano Committed by Daniel Lezcano

add rootfs mount dir variable to pkg-config

In the case we use an image for rootfs, if we need to do extra mount from the host to the rootfs, we have to specify the place where the image is mounted. This value is configured by the user with the lxc.rootfs.mount otherwise defaulting to @LXCROOTFSMOUNT@. Let's export this variable to pkg-config, so the user can use it to build a correct path to the rootfs. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 75b08ddd
...@@ -2,6 +2,7 @@ bindir=@BINDIR@ ...@@ -2,6 +2,7 @@ bindir=@BINDIR@
libdir=@LIBDIR@ libdir=@LIBDIR@
localstatedir=@LXCPATH@ localstatedir=@LXCPATH@
includedir=@INCLUDEDIR@ includedir=@INCLUDEDIR@
rootfsmountdir=@LXCROOTFSMOUNT@
Name: lxc Name: lxc
Description: linux container tools Description: linux container tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment