From e65d55ea8421f573c9a7e4ab0184afdcc89f2f51 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Tue, 18 Dec 2007 13:50:30 -0600 Subject: add initial tmpfs plugin and default options. --- py/mock.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py/mock.py') 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 -- cgit