Bump Standards-Version to 3.8.4; update changelog for release 0.33.
[grml-debootstrap.git] / config
diff --git a/config b/config
index caa3a32..b748cf2 100644 (file)
--- a/config
+++ b/config
@@ -93,6 +93,10 @@ HOSTNAME='grml'
 # supported values: debootstrap cdebootstrap
 DEBOOTSTRAP='debootstrap'
 
+# check signature of release file per default
+# set to any other value then yes to disable signature checks.
+SECURE='yes'
+
 # To pass extra parameters to the debootstrap command. This feature allows
 # grml-debootstrap to pass extra parameters, e.g., --include=, --exclude=,
 # --components=, etc to debootstrap. E.g.,
@@ -109,13 +113,16 @@ DEBIAN_FRONTEND='noninteractive'
 # STAGES='/var/cache/grml-debootstrap'
 
 # install packages defined in /etc/debootstrap/packages?
-PACKAGES='yes'
+PACKAGES=
 
 # pre-seed packages using /etc/debootstrap/debconf-selections (if exist)?
-DEBCONF='yes'
+DEBCONF=
 
 # execute scripts from /etc/debootstrap/chroot-scripts/ inside the chroot?
 CHROOT_SCRIPTS='yes'
+#
+# execute scripts from /etc/debootstrap/pre-scripts/ before setting up chroot?
+PRE_SCRIPTS='yes'
 
 # execute scripts from /etc/debootstrap/scripts/ after setting up chroot?
 SCRIPTS='yes'