Replace /bin/true with true in chroot-script
[grml-debootstrap.git] / config
diff --git a/config b/config
index caa3a32..f99d312 100644 (file)
--- a/config
+++ b/config
@@ -93,6 +93,10 @@ HOSTNAME='grml'
 # supported values: debootstrap cdebootstrap
 DEBOOTSTRAP='debootstrap'
 
 # 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.,
 # 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.,