aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-13 15:59:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-13 15:59:07 -0300
commit841fac76bbf794729e80699c849a751c22cbd208 (patch)
treebe73825e133b51e630fb3fe6d9de854890bcf3e0 /files/etc
parentcb1785a14eb483d78e81ff8fd9e5ee204002494d (diff)
downloadpuppet-nodo-841fac76bbf794729e80699c849a751c22cbd208.tar.gz
puppet-nodo-841fac76bbf794729e80699c849a751c22cbd208.tar.bz2
Adding fstab for schroot
Diffstat (limited to 'files/etc')
-rw-r--r--files/etc/schroot/default/fstab10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/etc/schroot/default/fstab b/files/etc/schroot/default/fstab
new file mode 100644
index 0000000..f4d890d
--- /dev/null
+++ b/files/etc/schroot/default/fstab
@@ -0,0 +1,10 @@
+# fstab: static file system information for chroots.
+# Note that the mount point will be prefixed by the chroot path
+# (CHROOT_PATH)
+#
+# <file system> <mount point> <type> <options> <dump> <pass>
+/proc /proc none rw,rbind 0 0
+/sys /sys none rw,rbind 0 0
+/dev /dev none rw,rbind 0 0
+#/home /home none rw,bind 0 0
+/tmp /tmp none rw,bind 0 0