summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-11-28 23:32:43 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-11-28 23:32:43 -0600
commit9f0c947517846ffb617bd294856d068660535e1b (patch)
tree49e5f7f5342c18b22added8e00533161eeb0fca7 /etc
parentd4309a181b403b37fdb857016699ce09d06fd868 (diff)
downloadmock-9f0c947517846ffb617bd294856d068660535e1b.tar.gz
mock-9f0c947517846ffb617bd294856d068660535e1b.tar.xz
mock-9f0c947517846ffb617bd294856d068660535e1b.zip
add option to disable internal /dev setup.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg
index 88f6ec2..2a68e0b 100644
--- a/etc/defaults.cfg
+++ b/etc/defaults.cfg
@@ -25,6 +25,11 @@
# config_opts['root_log_fmt_name'] = "detailed"
# config_opts['state_log_fmt_name'] = "state"
#
+# mock will normally set up a minimal chroot /dev.
+# If you want to use a pre-configured /dev, disable this and use the bind-mount
+# plugin to mount your special /dev
+# config_opts['internal_dev_setup'] = True
+#
# internal_setarch defaults to 'True' if the python 'ctypes' package is
# available. It is in the python std lib on >= python 2.5. On older versions,
# it is available as an addon. On systems w/o ctypes, it will default to