aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2010-05-27 14:27:13 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-05-27 14:27:13 +0200
commitbaf6671fd3847865da9b64dc8f8be85d81304840 (patch)
tree595e2693d41765e5dbcf98370d3fe5c4cca80565 /doc
parentlxc-kill man update about SIGSTOP and SIGKILL (diff)
downloadlxc-baf6671fd3847865da9b64dc8f8be85d81304840.tar.gz
lxc-baf6671fd3847865da9b64dc8f8be85d81304840.tar.bz2
lxc-baf6671fd3847865da9b64dc8f8be85d81304840.zip
change the rootfs mount location and add the README
Previous path was $libdir/lxc, changed to $libdir/lxc/rootfs. Added a README file to be placed in this directory, describing the purpose of this empty directory. Having a file to be installed in this directory makes the Makefile to automatically create the directory at install time. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/rootfs/Makefile.am3
-rw-r--r--doc/rootfs/README4
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 54e5f22..2ac5225 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
-SUBDIRS = examples
-DIST_SUBDIRS = examples
+SUBDIRS = examples rootfs
+DIST_SUBDIRS = examples rootfs
EXTRA_DIST = \
FAQ.txt \
diff --git a/doc/rootfs/Makefile.am b/doc/rootfs/Makefile.am
new file mode 100644
index 0000000..98fb0e0
--- /dev/null
+++ b/doc/rootfs/Makefile.am
@@ -0,0 +1,3 @@
+READMEdir=@LXCROOTFSMOUNT@
+
+README_DATA=README \ No newline at end of file
diff --git a/doc/rootfs/README b/doc/rootfs/README
new file mode 100644
index 0000000..2d94ec1
--- /dev/null
+++ b/doc/rootfs/README
@@ -0,0 +1,4 @@
+This directory must exist, even though no contents are ever placed
+here. It is used to temporary mount the rootfs of lxc in a private
+mount namespace only visible by the processes running in the
+container. \ No newline at end of file