add default config and activate pre_scripts there
authorMichael Gebetsroither <michael@mgeb.org>
Sat, 5 Dec 2009 17:26:55 +0000 (18:26 +0100)
committerMichael Gebetsroither <michael@mgeb.org>
Sat, 5 Dec 2009 17:26:55 +0000 (18:26 +0100)
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'