diff options
Diffstat (limited to 'pbuilderrc')
-rw-r--r-- | pbuilderrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -122,3 +122,9 @@ AUTOCLEANAPTCACHE="" #default COMPRESSPROG COMPRESSPROG="gzip" + +# pbuilder copies some configuration files (like /etc/hosts or /etc/hostname) +# from the host system into the chroot. If the directory specified here +# exists and contains one of the copied files (without the leading /etc) that +# file will be copied from here instead of the system one +CONFDIR="/etc/pbuilder/conf_files" |