aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilderrc')
-rw-r--r--pbuilderrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 08eeefc..7885665 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -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"