summaryrefslogtreecommitdiffstats
path: root/py/mock.py
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 /py/mock.py
parent6a0638f95c5271b069d308c5f53062aace7b4283 (diff)
downloadmock-e65d55ea8421f573c9a7e4ab0184afdcc89f2f51.tar.gz
mock-e65d55ea8421f573c9a7e4ab0184afdcc89f2f51.tar.xz
mock-e65d55ea8421f573c9a7e4ab0184afdcc89f2f51.zip
add initial tmpfs plugin and default options.
Diffstat (limited to 'py/mock.py')
-rwxr-xr-xpy/mock.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mock.py b/py/mock.py
index 1c8a3aa..00bf291 100755
--- a/py/mock.py
+++ b/py/mock.py
@@ -229,6 +229,8 @@ def setup_default_config_opts(config_opts, unprivUid):
# ('/host/path', '/bind/mount/path/in/chroot/' ),
# ('/another/host/path', '/another/bind/mount/path/in/chroot/'),
]},
+ 'tmpfs_enable': False,
+ 'tmpfs_opts': {},
}
# dependent on guest OS