diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2010-10-03 23:09:36 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-10-03 23:09:36 +0200 |
commit | b57c2211ebd3a6035a46d357f5849fcc42b03f6c (patch) | |
tree | 90e893e02660c3be316807fa55dbfd432675baa6 /lxc.pc.in | |
parent | Don't display an error in lxc_file_for_each_line (diff) | |
download | lxc-b57c2211ebd3a6035a46d357f5849fcc42b03f6c.tar.gz lxc-b57c2211ebd3a6035a46d357f5849fcc42b03f6c.tar.bz2 lxc-b57c2211ebd3a6035a46d357f5849fcc42b03f6c.zip |
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: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'lxc.pc.in')
-rw-r--r-- | lxc.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ bindir=@BINDIR@ libdir=@LIBDIR@ localstatedir=@LXCPATH@ includedir=@INCLUDEDIR@ +rootfsmountdir=@LXCROOTFSMOUNT@ Name: lxc Description: linux container tools |