add default config and activate pre_scripts there
[grml-debootstrap.git] / config
diff --git a/config b/config
index f99d312..bd75618 100644 (file)
--- a/config
+++ b/config
@@ -120,6 +120,9 @@ DEBCONF='yes'
 
 # 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'