to close Issue555, Make --confdir=path works as expected.
[grml-debootstrap.git] / config
diff --git a/config b/config
index f611575..92aff30 100644 (file)
--- a/config
+++ b/config
@@ -111,11 +111,14 @@ DEBIAN_FRONTEND='noninteractive'
 # install packages defined in /etc/debootstrap/packages?
 PACKAGES='yes'
 
+# pre-seed packages using /etc/debootstrap/debconf-selections (if exist)?
+DEBCONF='yes'
+
 # install extra packages (.deb) from /etc/debootstrap/extrapackages/?
 EXTRAPACKAGES='yes'
 
 # place of config files for debootstrap
-CONFFILES='/etc/debootstrap/'
+CONFFILES='/etc/debootstrap'
 
 # mount point where chroot actions should take place
 # MNTPOINT='/mnt/debootstrap'