From 7100e42128e4272ec7604cad4554866943556214 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 18 Sep 2015 18:52:00 +0000 Subject: Allow copying the local configuration from a defined directory, instead of system /etc. New configuration variable: CONFDIR Closes: #580086 --- pbuilderrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pbuilderrc') 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" -- cgit v1.2.3