summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-12-18 13:50:30 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-12-18 13:50:30 -0600
commite65d55ea8421f573c9a7e4ab0184afdcc89f2f51 (patch)
treea2515e46df9d572130a0c6f0438a64a18f22d671 /etc
parent6a0638f95c5271b069d308c5f53062aace7b4283 (diff)
downloadmock-e65d55ea8421f573c9a7e4ab0184afdcc89f2f51.tar.gz
mock-e65d55ea8421f573c9a7e4ab0184afdcc89f2f51.tar.xz
mock-e65d55ea8421f573c9a7e4ab0184afdcc89f2f51.zip
add initial tmpfs plugin and default options.
Diffstat (limited to 'etc')
-rw-r--r--etc/mock/defaults.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/mock/defaults.cfg b/etc/mock/defaults.cfg
index 2a68e0b..626ef99 100644
--- a/etc/mock/defaults.cfg
+++ b/etc/mock/defaults.cfg
@@ -60,8 +60,13 @@
# config_opts['plugin_conf']['root_cache_enable'] = True
# config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 15
# config_opts['plugin_conf']['root_cache_opts']['dir'] = "%(cache_topdir)s/%(root)s/root_cache/"
+#
+# bind mount plugin is enabled by default but has no configured directories to mount
# config_opts['plugin_conf']['bind_mount_enable'] = True
# config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/host/path', '/bind/mount/path/in/chroot/' ))
+#
+# config_opts['plugin_conf']['tmpfs_enable'] = False
+# config_opts['plugin_conf']['tmpfs_opts'] = {}
#############################################################################
#