mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 06:21:08 +00:00
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>
This commit is contained in:
parent
75b08dddec
commit
b57c2211eb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user