From 9f0c947517846ffb617bd294856d068660535e1b Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Wed, 28 Nov 2007 23:32:43 -0600 Subject: add option to disable internal /dev setup. --- etc/defaults.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') 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 -- cgit